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/test1445 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tests/data/test1445') diff --git a/tests/data/test1445 b/tests/data/test1445 index f60483dcd..936c9aea6 100644 --- a/tests/data/test1445 +++ b/tests/data/test1445 @@ -21,7 +21,7 @@ perl %SRCDIR/libtest/test613.pl prepare %PWD/log/test1445.dir file:// with --remote-time -file://localhost/%PWD/log/test1445.dir/plainfile.txt --remote-time +file://localhost%FILE_PWD/log/test1445.dir/plainfile.txt --remote-time perl %SRCDIR/libtest/test613.pl postprocess %PWD/log/test1445.dir && \ -- cgit v1.2.3