diff options
author | Marcel Raad <Marcel.Raad@teamviewer.com> | 2019-10-17 20:40:54 +0200 |
---|---|---|
committer | Marcel Raad <Marcel.Raad@teamviewer.com> | 2019-10-17 20:42:07 +0200 |
commit | fff1ba7a6be3abe52f229289ff70d7bc8f89beab (patch) | |
tree | 829f2b39541fb12a6174823a7747001ef8380c04 /tests | |
parent | 9016049b365aafb995cd436abe7d40513ef5782f (diff) | |
download | curl-fff1ba7a6be3abe52f229289ff70d7bc8f89beab.tar.gz |
test1162: disable MSYS2's POSIX path conversion
This avoids MSYS2 converting the backslasb in the URL to a slash,
causing the test to fail.
Diffstat (limited to 'tests')
-rw-r--r-- | tests/data/test1162 | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/tests/data/test1162 b/tests/data/test1162 index 73e4646e1..b6b394139 100644 --- a/tests/data/test1162 +++ b/tests/data/test1162 @@ -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> |