gnunet-svn
[Top][All Lists]
Advanced

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

[GNUnet-SVN] [gnurl] 17/153: test1143: disable MSYS2's POSIX path conver


From: gnunet
Subject: [GNUnet-SVN] [gnurl] 17/153: test1143: disable MSYS2's POSIX path conversion
Date: Tue, 11 Sep 2018 12:51:28 +0200

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

ng0 pushed a commit to branch master
in repository gnurl.

commit 7bc118043749d3a533e16b45269446a1edbd09d8
Author: Marcel Raad <address@hidden>
AuthorDate: Fri Jul 20 11:00:57 2018 +0200

    test1143: disable MSYS2's POSIX path conversion
    
    By default, the MSYS2 bash interprets http:/%HOSTIP:%HTTPPORT/want/1143
    as a POSIX file list and converts it to a Windows file list.
    Disable this with MSYS2_ARG_CONV_EXCL for the test to pass.
    
    Ref https://github.com/msys2/msys2/wiki/Porting#filesystem-namespaces
    Closes https://github.com/curl/curl/pull/2765
---
 tests/data/test1143 | 5 +++++
 1 file changed, 5 insertions(+)

diff --git a/tests/data/test1143 b/tests/data/test1143
index 4f2f4435a..7776cfa87 100644
--- a/tests/data/test1143
+++ b/tests/data/test1143
@@ -28,6 +28,11 @@ HTTP URL with http:/ (one slash!)
  <command>
 http:/%HOSTIP:%HTTPPORT/want/1143
 </command>
+<setenv>
+# Needed for MSYS2 to not treat the argument as a POSIX path list
+# that has to be converted to Windows paths
+MSYS2_ARG_CONV_EXCL=http:/
+</setenv>
 </client>
 
 # Verify data after the test has been "shot"

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



reply via email to

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