diff options
Diffstat (limited to 'tests/data/test1445')
-rw-r--r-- | tests/data/test1445 | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/tests/data/test1445 b/tests/data/test1445 index 936c9aea6..1811e071f 100644 --- a/tests/data/test1445 +++ b/tests/data/test1445 @@ -15,17 +15,17 @@ FILE file </server> <precheck> -perl %SRCDIR/libtest/test613.pl prepare %PWD/log/test1445.dir +perl %SRCDIR/libtest/test613.pl prepare %PWD/log/test%TESTNUMBER.dir </precheck> <name> file:// with --remote-time </name> <command> -file://localhost%FILE_PWD/log/test1445.dir/plainfile.txt --remote-time +file://localhost%FILE_PWD/log/test%TESTNUMBER.dir/plainfile.txt --remote-time </command> <postcheck> -perl %SRCDIR/libtest/test613.pl postprocess %PWD/log/test1445.dir && \ -perl -e 'exit((stat("log/curl1445.out"))[9] != 946728000)' +perl %SRCDIR/libtest/test613.pl postprocess %PWD/log/test%TESTNUMBER.dir && \ +perl -e 'exit((stat("log/curl%TESTNUMBER.out"))[9] != 946728000)' </postcheck> </client> |