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:
Marcel Raad 2019-10-17 20:40:54 +02:00
parent 9016049b36
commit fff1ba7a6b
No known key found for this signature in database
GPG Key ID: FE4D8BC5EE1701DD

View File

@ -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>