From: Marcel Raad Date: Sat, 21 Jul 2018 09:27:31 +0000 (+0200) Subject: test214: disable MSYS2's POSIX path conversion for URL X-Git-Tag: curl-7_61_1~131 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=1550e844b1a037022acf87e52585c2f4c15f045a;p=thirdparty%2Fcurl.git 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 --- diff --git a/tests/data/test214 b/tests/data/test214 index a9b8fcd079..930182f5d3 100644 --- a/tests/data/test214 +++ b/tests/data/test214 @@ -31,6 +31,10 @@ HTTP URL with escaped { and } "http://%HOSTIP:%HTTPPORT/\{\}\/214" + +# Needed for MSYS2 to not convert all backslashes to forward slashes +MSYS2_ARG_CONV_EXCL=http:// + #