From fff1ba7a6be3abe52f229289ff70d7bc8f89beab Mon Sep 17 00:00:00 2001 From: Marcel Raad Date: Thu, 17 Oct 2019 20:40:54 +0200 Subject: test1162: disable MSYS2's POSIX path conversion This avoids MSYS2 converting the backslasb in the URL to a slash, causing the test to fail. --- tests/data/test1162 | 4 ++++ 1 file changed, 4 insertions(+) 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:// + -- cgit v1.2.3