From 1550e844b1a037022acf87e52585c2f4c15f045a Mon Sep 17 00:00:00 2001 From: Marcel Raad Date: Sat, 21 Jul 2018 11:27:31 +0200 Subject: test214: disable MSYS2's POSIX path conversion for URL By default, the MSYS2 bash converts all backslashes to forward slashes in URLs. Disable this with MSYS2_ARG_CONV_EXCL for the test to pass. Ref https://github.com/msys2/msys2/wiki/Porting#filesystem-namespaces --- tests/data/test214 | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'tests/data') diff --git a/tests/data/test214 b/tests/data/test214 index a9b8fcd07..930182f5d 100644 --- a/tests/data/test214 +++ b/tests/data/test214 @@ -31,6 +31,10 @@ HTTP URL with escaped { and } "http://%HOSTIP:%HTTPPORT/\{\}\/214" + +# Needed for MSYS2 to not convert all backslashes to forward slashes +MSYS2_ARG_CONV_EXCL=http:// + # -- cgit v1.2.3