gnunet-svn
[Top][All Lists]
Advanced

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

[GNUnet-SVN] [gnurl] 20/153: test214: disable MSYS2's POSIX path convers


From: gnunet
Subject: [GNUnet-SVN] [gnurl] 20/153: test214: disable MSYS2's POSIX path conversion for URL
Date: Tue, 11 Sep 2018 12:51:31 +0200

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

ng0 pushed a commit to branch master
in repository gnurl.

commit 1550e844b1a037022acf87e52585c2f4c15f045a
Author: Marcel Raad <address@hidden>
AuthorDate: Sat Jul 21 11:27:31 2018 +0200

    test214: disable MSYS2's POSIX path conversion for URL
    
    By default, the MSYS2 bash converts all backslashes to forward slashes
    in URLs. Disable this with MSYS2_ARG_CONV_EXCL for the test to pass.
    
    Ref https://github.com/msys2/msys2/wiki/Porting#filesystem-namespaces
---
 tests/data/test214 | 4 ++++
 1 file changed, 4 insertions(+)

diff --git a/tests/data/test214 b/tests/data/test214
index a9b8fcd07..930182f5d 100644
--- a/tests/data/test214
+++ b/tests/data/test214
@@ -31,6 +31,10 @@ HTTP URL with escaped { and }
 <command>
 "http://%HOSTIP:%HTTPPORT/\{\}\/214";
 </command>
+<setenv>
+# Needed for MSYS2 to not convert all backslashes to forward slashes
+MSYS2_ARG_CONV_EXCL=http://
+</setenv>
 </client>
 
 #

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



reply via email to

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