]> git.ipfire.org Git - thirdparty/curl.git/commitdiff
test214: disable MSYS2's POSIX path conversion for URL
authorMarcel Raad <Marcel.Raad@teamviewer.com>
Sat, 21 Jul 2018 09:27:31 +0000 (11:27 +0200)
committerMarcel Raad <Marcel.Raad@teamviewer.com>
Sat, 21 Jul 2018 09:31:03 +0000 (11:31 +0200)
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

index a9b8fcd0795026350bd503fde4299002118af6c1..930182f5d3f17e3dee80ce3d1f14c490e8c45434 100644 (file)
@@ -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>
 
 #