mirror of
https://github.com/curl/curl.git
synced 2026-08-24 23:13:38 +03:00
tests: use %FILE_PWD for file:// URLs
This way, we always have exactly one slash after the host name, making the tests pass when curl is compiled with the MSYS GCC. Closes https://github.com/curl/curl/pull/4512
This commit is contained in:
parent
2e4405d29c
commit
d81dbae19f
19 changed files with 19 additions and 19 deletions
|
|
@ -32,7 +32,7 @@ file
|
|||
FTP RETR followed by FILE
|
||||
</name>
|
||||
<command option="no-include">
|
||||
ftp://%HOSTIP:%FTPPORT/2000 file://localhost/%PWD/log/test2000.txt
|
||||
ftp://%HOSTIP:%FTPPORT/2000 file://localhost%FILE_PWD/log/test2000.txt
|
||||
</command>
|
||||
<file name="log/test2000.txt">
|
||||
foo
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue