From 26e35844e776e601aead505e37e5c6c8e1a41cf3 Mon Sep 17 00:00:00 2001 From: Marcel Raad Date: Sun, 22 Jul 2018 10:09:42 +0200 Subject: 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 --- tests/data/test320 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tests') 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 - + HTTP/1.0 200 OK Content-type: text/html -- cgit v1.2.3