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/test1063 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tests/data/test1063') diff --git a/tests/data/test1063 b/tests/data/test1063 index 2979094dc..de2085d3e 100644 --- a/tests/data/test1063 +++ b/tests/data/test1063 @@ -28,7 +28,7 @@ Invalid large X- range on a file:// # This range value is 2**32+7, which will be truncated to the valid value 7 # if the large file support is not working correctly --r 4294967303- file://localhost/%PWD/log/test1063.txt +-r 4294967303- file://localhost%FILE_PWD/log/test1063.txt 1234567890 -- cgit v1.2.3