1
0
mirror of https://github.com/moparisthebest/curl synced 2024-08-13 17:03:50 -04: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:
Marcel Raad 2018-07-21 11:27:31 +02:00
parent 7b9bc96c77
commit 1550e844b1
No known key found for this signature in database
GPG Key ID: 07ADACB610D796DA

View File

@ -31,6 +31,10 @@ HTTP URL with escaped { and }
<command>
"http://%HOSTIP:%HTTPPORT/\{\}\/214"
</command>
<setenv>
# Needed for MSYS2 to not convert all backslashes to forward slashes
MSYS2_ARG_CONV_EXCL=http://
</setenv>
</client>
#