mirror of
https://github.com/moparisthebest/curl
synced 2024-11-11 20:15:03 -05:00
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
This commit is contained in:
parent
32747aafa0
commit
86e26996c7
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user