diff options
Diffstat (limited to 'tests/data/test3009')
-rw-r--r-- | tests/data/test3009 | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/data/test3009 b/tests/data/test3009 index 83becdfa4..213e8ae68 100644 --- a/tests/data/test3009 +++ b/tests/data/test3009 @@ -36,7 +36,7 @@ http --output-dir a non-existing directory </name> <command option="no-output,no-include"> -http://%HOSTIP:%HTTPPORT/this/is/the/3009 -O --output-dir %PWD/not-there +http://%HOSTIP:%HTTPPORT/this/is/the/%TESTNUMBER -O --output-dir %PWD/not-there </command> </client> @@ -44,7 +44,7 @@ http://%HOSTIP:%HTTPPORT/this/is/the/3009 -O --output-dir %PWD/not-there # Verify data after the test has been "shot" <verify> <protocol> -GET /this/is/the/3009 HTTP/1.1
+GET /this/is/the/%TESTNUMBER HTTP/1.1
Host: %HOSTIP:%HTTPPORT
User-Agent: curl/%VERSION
Accept: */*
|