diff options
author | Marcel Raad <Marcel.Raad@teamviewer.com> | 2019-11-03 14:48:34 +0100 |
---|---|---|
committer | Marcel Raad <Marcel.Raad@teamviewer.com> | 2019-11-10 20:34:40 +0100 |
commit | 86e26996c76fcad5a8911e280bab950d0ef43da4 (patch) | |
tree | 7d1a9700ea85cba37d43beb7b93ad099e755268f | |
parent | 32747aafa059a2c3a5e02e42df1bcedcf8b93285 (diff) | |
download | curl-86e26996c76fcad5a8911e280bab950d0ef43da4.tar.gz |
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
-rw-r--r-- | tests/data/test1558 | 6 |
1 files changed, 1 insertions, 5 deletions
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 <name> CURLINFO_PROTOCOL for file:// transfer </name> -<setenv> -# force MSYS2 to not convert the file: URL -MSYS2_ARG_CONV_EXCL=file: -</setenv> <command> -file:%FILE_PWD/log/data1558 +file://%FILE_PWD/log/data1558 </command> <file name="log/data1558"> hello |