summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarcel Raad <Marcel.Raad@teamviewer.com>2018-07-21 11:27:31 +0200
committerMarcel Raad <Marcel.Raad@teamviewer.com>2018-07-21 11:31:03 +0200
commit1550e844b1a037022acf87e52585c2f4c15f045a (patch)
tree85ac7c6b1381c633b8d4e514f42189d3a6cc7d1f
parent7b9bc96c7716f34dbd1f525aefb77d74b8b0f528 (diff)
downloadcurl-1550e844b1a037022acf87e52585c2f4c15f045a.tar.gz
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
-rw-r--r--tests/data/test2144
1 files changed, 4 insertions, 0 deletions
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>
#