From 7bc118043749d3a533e16b45269446a1edbd09d8 Mon Sep 17 00:00:00 2001 From: Marcel Raad Date: Fri, 20 Jul 2018 11:00:57 +0200 Subject: 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 --- tests/data/test1143 | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'tests/data') diff --git a/tests/data/test1143 b/tests/data/test1143 index 4f2f4435a..7776cfa87 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" -- cgit v1.2.3