diff options
Diffstat (limited to 'tests/data/test3011')
-rw-r--r-- | tests/data/test3011 | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/tests/data/test3011 b/tests/data/test3011 index 3658acb9d..c282cdb78 100644 --- a/tests/data/test3011 +++ b/tests/data/test3011 @@ -36,7 +36,7 @@ http --output-dir with --create-dirs </name> <command option="no-output,no-include"> -http://%HOSTIP:%HTTPPORT/this/is/the/3011 -O --output-dir %PWD/log/tmp --create-dirs +http://%HOSTIP:%HTTPPORT/this/is/the/%TESTNUMBER -O --output-dir %PWD/log/tmp --create-dirs </command> </client> @@ -44,13 +44,13 @@ http://%HOSTIP:%HTTPPORT/this/is/the/3011 -O --output-dir %PWD/log/tmp --create- # Verify data after the test has been "shot" <verify> <protocol> -GET /this/is/the/3011 HTTP/1.1
+GET /this/is/the/%TESTNUMBER HTTP/1.1
Host: %HOSTIP:%HTTPPORT
User-Agent: curl/%VERSION
Accept: */*
</protocol> -<file name="log/tmp/3011"> +<file name="log/tmp/%TESTNUMBER"> -foo- </file> </verify> |