gnunet-svn
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[GNUnet-SVN] [gnurl] 23/153: test320: treat curl320.out file as binary


From: gnunet
Subject: [GNUnet-SVN] [gnurl] 23/153: test320: treat curl320.out file as binary
Date: Tue, 11 Sep 2018 12:51:34 +0200

This is an automated email from the git hooks/post-receive script.

ng0 pushed a commit to branch master
in repository gnurl.

commit 26e35844e776e601aead505e37e5c6c8e1a41cf3
Author: Marcel Raad <address@hidden>
AuthorDate: Sun Jul 22 10:09:42 2018 +0200

    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(-)

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
 

-- 
To stop receiving notification emails like this one, please contact
address@hidden



reply via email to

[Prev in Thread] Current Thread [Next in Thread]