mirror of
https://github.com/moparisthebest/curl
synced 2024-11-12 04:25:08 -05:00
test214: disable MSYS2's POSIX path conversion for URL
By default, the MSYS2 bash converts all backslashes to forward slashes in URLs. Disable this with MSYS2_ARG_CONV_EXCL for the test to pass. Ref https://github.com/msys2/msys2/wiki/Porting#filesystem-namespaces
This commit is contained in:
parent
7b9bc96c77
commit
1550e844b1
@ -31,6 +31,10 @@ HTTP URL with escaped { and }
|
|||||||
<command>
|
<command>
|
||||||
"http://%HOSTIP:%HTTPPORT/\{\}\/214"
|
"http://%HOSTIP:%HTTPPORT/\{\}\/214"
|
||||||
</command>
|
</command>
|
||||||
|
<setenv>
|
||||||
|
# Needed for MSYS2 to not convert all backslashes to forward slashes
|
||||||
|
MSYS2_ARG_CONV_EXCL=http://
|
||||||
|
</setenv>
|
||||||
</client>
|
</client>
|
||||||
|
|
||||||
#
|
#
|
||||||
|
Loading…
Reference in New Issue
Block a user