gnunet-svn
[Top][All Lists]
Advanced

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

[GNUnet-SVN] [gnurl] 21/153: tests: fixes for Windows line endlings


From: gnunet
Subject: [GNUnet-SVN] [gnurl] 21/153: tests: fixes for Windows line endlings
Date: Tue, 11 Sep 2018 12:51:32 +0200

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

ng0 pushed a commit to branch master
in repository gnurl.

commit 6d13432bfa1097da7efb4a5fffac27a22af2002c
Author: Marcel Raad <address@hidden>
AuthorDate: Sat Jul 21 12:24:08 2018 +0200

    tests: fixes for Windows line endlings
    
    Set mode="text" when line endings depend on the system representation.
    
    Closes https://github.com/curl/curl/pull/2772
---
 tests/data/test1148 | 2 +-
 tests/data/test1164 | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/tests/data/test1148 b/tests/data/test1148
index f483bcd53..bf65aa411 100644
--- a/tests/data/test1148
+++ b/tests/data/test1148
@@ -56,7 +56,7 @@ Accept: */*
 </protocol>
 # This allows the last 4 letters of the bar to get updated without it
 # matters. We're mostly checking the width of it anyway.
-<file name="log/stderrlog1148">
+<file name="log/stderrlog1148" mode="text">
 
bar 100.0%
 </file>
 <stripfile>
diff --git a/tests/data/test1164 b/tests/data/test1164
index 061e395cc..be83aa4f3 100644
--- a/tests/data/test1164
+++ b/tests/data/test1164
@@ -45,7 +45,7 @@ Host: %HOSTIP:%HTTPPORT
 Accept: */*
 
 </protocol>
-<stdout>
+<stdout mode="text">
 208
 </stdout>
 </verify>

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



reply via email to

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