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:
Родитель
9016049b36
Коммит
fff1ba7a6b
|
@ -31,6 +31,10 @@ FTP wildcard with crazy pattern
|
|||
<command>
|
||||
"ftp://%HOSTIP:%FTPPORT/fully_simulated/DOS/[*\\s-'tl"
|
||||
</command>
|
||||
<setenv>
|
||||
# Needed for MSYS2 to not convert backslash to forward slash
|
||||
MSYS2_ARG_CONV_EXCL=ftp://
|
||||
</setenv>
|
||||
</client>
|
||||
<verify>
|
||||
<protocol>
|
||||
|
|
Загрузка…
Ссылка в новой задаче