From d81dbae19f8876ad472e445d89760970c79cceaa Mon Sep 17 00:00:00 2001 From: Marcel Raad Date: Sun, 20 Oct 2019 21:16:50 +0200 Subject: 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 --- tests/data/test2003 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tests/data/test2003') diff --git a/tests/data/test2003 b/tests/data/test2003 index 09bee8e22..68ae71429 100644 --- a/tests/data/test2003 +++ b/tests/data/test2003 @@ -58,7 +58,7 @@ tftp HTTP GET followed by FTP RETR followed by FILE followed by TFTP RRQ then again in reverse order -http://%HOSTIP:%HTTPPORT/20030001 ftp://%HOSTIP:%FTPPORT/20030002 file://localhost/%PWD/log/test2003.txt tftp://%HOSTIP:%TFTPPORT//20030003 tftp://%HOSTIP:%TFTPPORT//20030003 file://localhost/%PWD/log/test2003.txt ftp://%HOSTIP:%FTPPORT/20030002 http://%HOSTIP:%HTTPPORT/20030001 +http://%HOSTIP:%HTTPPORT/20030001 ftp://%HOSTIP:%FTPPORT/20030002 file://localhost%FILE_PWD/log/test2003.txt tftp://%HOSTIP:%TFTPPORT//20030003 tftp://%HOSTIP:%TFTPPORT//20030003 file://localhost%FILE_PWD/log/test2003.txt ftp://%HOSTIP:%FTPPORT/20030002 http://%HOSTIP:%HTTPPORT/20030001 foo -- cgit v1.2.3