gnunet-svn
[Top][All Lists]
Advanced

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

[GNUnet-SVN] [gnurl] 119/153: Tests: fixes for Windows


From: gnunet
Subject: [GNUnet-SVN] [gnurl] 119/153: Tests: fixes for Windows
Date: Tue, 11 Sep 2018 12:53:10 +0200

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

ng0 pushed a commit to branch master
in repository gnurl.

commit 86b1e94ae72bc0e49745ed33d4b923ac8e6b8366
Author: Marcel Raad <address@hidden>
AuthorDate: Wed Aug 22 12:26:21 2018 +0200

    Tests: fixes for Windows
    
    - test 1268 requires unix sockets
    - test 2072 must be disabled also for MSYS/MinGW
---
 tests/data/test1268 | 3 +++
 tests/data/test2072 | 2 +-
 2 files changed, 4 insertions(+), 1 deletion(-)

diff --git a/tests/data/test1268 b/tests/data/test1268
index 7e3ab0fa9..c5fe5f749 100644
--- a/tests/data/test1268
+++ b/tests/data/test1268
@@ -16,6 +16,9 @@ warning
 <server>
 none
 </server>
+<features>
+unix-sockets
+</features>
  <name>
 file name argument looks like a flag
  </name>
diff --git a/tests/data/test2072 b/tests/data/test2072
index 0d2489ff1..cd26f22bd 100644
--- a/tests/data/test2072
+++ b/tests/data/test2072
@@ -27,7 +27,7 @@ file:// with unix path resolution behavior for the case of 
extra slashes
 file:////%PWD/log/test2072.txt
 </command>
 <precheck>
-perl -e "print 'Test requires a unix system' if ( $^O eq 'MSWin32' || $^O eq 
'cygwin' || $^O eq 'dos');"
+perl -e "print 'Test requires a unix system' if ( $^O eq 'MSWin32' || $^O eq 
'cygwin' || $^O eq 'dos' || $^O eq 'msys');"
 </precheck>
 <file name="log/test2072.txt">
 foo

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



reply via email to

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