diff options
Diffstat (limited to 'tests/data/test218')
-rw-r--r-- | tests/data/test218 | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/tests/data/test218 b/tests/data/test218 index 4951c264b..40c68857f 100644 --- a/tests/data/test218 +++ b/tests/data/test218 @@ -29,9 +29,9 @@ http HTTP PUT from a file but enforce chunked transfer-encoding </name> <command> - -T log/file218 -H "Transfer-Encoding: chunked" http://%HOSTIP:%HTTPPORT/218 + -T log/file%TESTNUMBER -H "Transfer-Encoding: chunked" http://%HOSTIP:%HTTPPORT/%TESTNUMBER </command> -<file name="log/file218"> +<file name="log/file%TESTNUMBER"> just some tiny teeny contents </file> </client> @@ -40,7 +40,7 @@ just some tiny teeny contents # Verify data after the test has been "shot" <verify> <protocol> -PUT /218 HTTP/1.1
+PUT /%TESTNUMBER HTTP/1.1
Host: %HOSTIP:%HTTPPORT
User-Agent: curl/%VERSION
Accept: */*
|