mirror of
https://github.com/curl/curl.git
synced 2026-07-27 00:47:17 +03: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
1 changed files with 4 additions and 0 deletions
|
|
@ -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>
|
||||
|
||||
#
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue