mirror of
https://github.com/curl/curl.git
synced 2024-11-21 01:16:58 +08:00
test1162: disable MSYS2's POSIX path conversion
This avoids MSYS2 converting the backslasb in the URL to a slash, causing the test to fail.
This commit is contained in:
parent
9016049b36
commit
fff1ba7a6b
@ -31,6 +31,10 @@ FTP wildcard with crazy pattern
|
|||||||
<command>
|
<command>
|
||||||
"ftp://%HOSTIP:%FTPPORT/fully_simulated/DOS/[*\\s-'tl"
|
"ftp://%HOSTIP:%FTPPORT/fully_simulated/DOS/[*\\s-'tl"
|
||||||
</command>
|
</command>
|
||||||
|
<setenv>
|
||||||
|
# Needed for MSYS2 to not convert backslash to forward slash
|
||||||
|
MSYS2_ARG_CONV_EXCL=ftp://
|
||||||
|
</setenv>
|
||||||
</client>
|
</client>
|
||||||
<verify>
|
<verify>
|
||||||
<protocol>
|
<protocol>
|
||||||
|
Loading…
Reference in New Issue
Block a user