diff options
-rw-r--r-- | tests/data/test1143 | 5 |
1 files changed, 5 insertions, 0 deletions
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!) <command> http:/%HOSTIP:%HTTPPORT/want/1143 </command> +<setenv> +# 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:/ +</setenv> </client> # Verify data after the test has been "shot" |