From: Marcel Raad Date: Thu, 17 Oct 2019 18:40:54 +0000 (+0200) Subject: test1162: disable MSYS2's POSIX path conversion X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=fff1ba7a6be3abe52f229289ff70d7bc8f89beab;p=curl test1162: disable MSYS2's POSIX path conversion This avoids MSYS2 converting the backslasb in the URL to a slash, causing the test to fail. --- 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 "ftp://%HOSTIP:%FTPPORT/fully_simulated/DOS/[*\\s-'tl" + +# Needed for MSYS2 to not convert backslash to forward slash +MSYS2_ARG_CONV_EXCL=ftp:// +