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
This commit is contained in:
Marcel Raad 2018-07-20 11:00:57 +02:00
parent db2ac90eaf
commit 7bc1180437
No known key found for this signature in database
GPG Key ID: 33C416EFAE4D6F02
1 changed files with 5 additions and 0 deletions

View File

@ -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"