mirror of
https://github.com/moparisthebest/curl
synced 2024-12-23 16:48:49 -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>
|
<name>
|
||||||
CURLINFO_PROTOCOL for file:// transfer
|
CURLINFO_PROTOCOL for file:// transfer
|
||||||
</name>
|
</name>
|
||||||
<setenv>
|
|
||||||
# force MSYS2 to not convert the file: URL
|
|
||||||
MSYS2_ARG_CONV_EXCL=file:
|
|
||||||
</setenv>
|
|
||||||
<command>
|
<command>
|
||||||
file:%FILE_PWD/log/data1558
|
file://%FILE_PWD/log/data1558
|
||||||
</command>
|
</command>
|
||||||
<file name="log/data1558">
|
<file name="log/data1558">
|
||||||
hello
|
hello
|
||||||
|
Loading…
Reference in New Issue
Block a user