gnunet-svn
[Top][All Lists]
Advanced

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

[gnurl] 178/222: test1162: disable MSYS2's POSIX path conversion


From: gnunet
Subject: [gnurl] 178/222: test1162: disable MSYS2's POSIX path conversion
Date: Thu, 07 Nov 2019 00:11:14 +0100

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

ng0 pushed a commit to branch master
in repository gnurl.

commit fff1ba7a6be3abe52f229289ff70d7bc8f89beab
Author: Marcel Raad <address@hidden>
AuthorDate: Thu Oct 17 20:40:54 2019 +0200

    test1162: disable MSYS2's POSIX path conversion
    
    This avoids MSYS2 converting the backslasb in the URL to a slash,
    causing the test to fail.
---
 tests/data/test1162 | 4 ++++
 1 file changed, 4 insertions(+)

diff --git a/tests/data/test1162 b/tests/data/test1162
index 73e4646e1..b6b394139 100644
--- a/tests/data/test1162
+++ b/tests/data/test1162
@@ -31,6 +31,10 @@ FTP wildcard with crazy pattern
 <command>
 "ftp://%HOSTIP:%FTPPORT/fully_simulated/DOS/[*\\s-'tl"
 </command>
+<setenv>
+# Needed for MSYS2 to not convert backslash to forward slash
+MSYS2_ARG_CONV_EXCL=ftp://
+</setenv>
 </client>
 <verify>
 <protocol>

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



reply via email to

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