From: Marcel Raad Date: Fri, 20 Jul 2018 09:00:57 +0000 (+0200) Subject: test1143: disable MSYS2's POSIX path conversion X-Git-Tag: curl-7_61_1~134 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=7bc118043749d3a533e16b45269446a1edbd09d8;p=thirdparty%2Fcurl.git test1143: disable MSYS2's POSIX path conversion By default, the MSYS2 bash interprets http:/%HOSTIP:%HTTPPORT/want/1143 as a POSIX file list and converts it to a Windows file list. Disable this with MSYS2_ARG_CONV_EXCL for the test to pass. Ref https://github.com/msys2/msys2/wiki/Porting#filesystem-namespaces Closes https://github.com/curl/curl/pull/2765 --- diff --git a/tests/data/test1143 b/tests/data/test1143 index 4f2f4435a9..7776cfa877 100644 --- a/tests/data/test1143 +++ b/tests/data/test1143 @@ -28,6 +28,11 @@ HTTP URL with http:/ (one slash!) http:/%HOSTIP:%HTTPPORT/want/1143 + +# Needed for MSYS2 to not treat the argument as a POSIX path list +# that has to be converted to Windows paths +MSYS2_ARG_CONV_EXCL=http:/ + # Verify data after the test has been "shot"