diff options
author | Marcel Raad <Marcel.Raad@teamviewer.com> | 2018-07-22 10:09:42 +0200 |
---|---|---|
committer | Marcel Raad <Marcel.Raad@teamviewer.com> | 2018-07-22 23:17:06 +0200 |
commit | 26e35844e776e601aead505e37e5c6c8e1a41cf3 (patch) | |
tree | 226c51e46e212f37d96af9dc4a60856f102789f8 /tests | |
parent | 81377cace6a047308008d36740042231d6c7d122 (diff) | |
download | curl-26e35844e776e601aead505e37e5c6c8e1a41cf3.tar.gz |
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
Diffstat (limited to 'tests')
-rw-r--r-- | tests/data/test320 | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/data/test320 b/tests/data/test320 index 4b6f833ac..457a11eb2 100644 --- a/tests/data/test320 +++ b/tests/data/test320 @@ -58,7 +58,7 @@ simple TLS-SRP HTTPS GET, check user in response <verify> <protocol> </protocol> -<file name="log/curl320.out" mode="text"> +<file name="log/curl320.out"> HTTP/1.0 200 OK
Content-type: text/html
|