mirror of
https://github.com/curl/curl.git
synced 2025-01-18 14:04:30 +08:00
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:
parent
db2ac90eaf
commit
7bc1180437
@ -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"
|
||||
|
Loading…
Reference in New Issue
Block a user