mirror of
https://github.com/curl/curl.git
synced 2026-07-23 14:37:24 +03:00
tests/data/test1940: use binary mode for expected stdout
The generated stdout data is written in binary mode with [LF]
line endings, therefore we also need to do a binary comparison.
Assisted-by: Jay Satiro
Assisted-by: Daniel Stenberg
Follow up to c9b60f0053
Fixes #8920
Closes #8936
This commit is contained in:
parent
22eab9d413
commit
2d7044a191
1 changed files with 1 additions and 1 deletions
|
|
@ -47,7 +47,7 @@ http://%HOSTIP:%HTTPPORT/%TESTNUMBER
|
|||
|
||||
# Verify data after the test has been "shot"
|
||||
<verify>
|
||||
<stdout mode="text">
|
||||
<stdout>
|
||||
Date == Thu, 09 Nov 2010 14:49:00 GMT
|
||||
Server == test with trailing space
|
||||
Content-Type == text/html
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue