mirror of
https://github.com/moparisthebest/curl
synced 2024-11-16 14:35:03 -05:00
test320: treat curl320.out file as binary
Otherwise, LF line endings are converted to CRLF on Windows, but no conversion is done for the reply, so the test case fails. Closes https://github.com/curl/curl/pull/2776
This commit is contained in:
parent
81377cace6
commit
26e35844e7
@ -58,7 +58,7 @@ simple TLS-SRP HTTPS GET, check user in response
|
|||||||
<verify>
|
<verify>
|
||||||
<protocol>
|
<protocol>
|
||||||
</protocol>
|
</protocol>
|
||||||
<file name="log/curl320.out" mode="text">
|
<file name="log/curl320.out">
|
||||||
HTTP/1.0 200 OK
|
HTTP/1.0 200 OK
|
||||||
Content-type: text/html
|
Content-type: text/html
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user