diff options
author | Marcel Raad <Marcel.Raad@teamviewer.com> | 2018-07-21 11:27:31 +0200 |
---|---|---|
committer | Marcel Raad <Marcel.Raad@teamviewer.com> | 2018-07-21 11:31:03 +0200 |
commit | 1550e844b1a037022acf87e52585c2f4c15f045a (patch) | |
tree | 85ac7c6b1381c633b8d4e514f42189d3a6cc7d1f /tests/data/test214 | |
parent | 7b9bc96c7716f34dbd1f525aefb77d74b8b0f528 (diff) |
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
Diffstat (limited to 'tests/data/test214')
-rw-r--r-- | tests/data/test214 | 4 |
1 files changed, 4 insertions, 0 deletions
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 } <command> "http://%HOSTIP:%HTTPPORT/\{\}\/214" </command> +<setenv> +# Needed for MSYS2 to not convert all backslashes to forward slashes +MSYS2_ARG_CONV_EXCL=http:// +</setenv> </client> # |