From 86e26996c76fcad5a8911e280bab950d0ef43da4 Mon Sep 17 00:00:00 2001 From: Marcel Raad Date: Sun, 3 Nov 2019 14:48:34 +0100 Subject: test1558: use double slash after file: Classic MinGW / MSYS 1 doesn't support `MSYS2_ARG_CONV_EXCL`, so this test unnecessarily failed when using `file:/` instead of `file:///`. Closes https://github.com/curl/curl/pull/4554 --- tests/data/test1558 | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) (limited to 'tests/data/test1558') diff --git a/tests/data/test1558 b/tests/data/test1558 index 8436c0685..f1538c2a8 100644 --- a/tests/data/test1558 +++ b/tests/data/test1558 @@ -23,12 +23,8 @@ lib1558 CURLINFO_PROTOCOL for file:// transfer - -# force MSYS2 to not convert the file: URL -MSYS2_ARG_CONV_EXCL=file: - -file:%FILE_PWD/log/data1558 +file://%FILE_PWD/log/data1558 hello -- cgit v1.2.3