diff options
Diffstat (limited to 'tests/data/test1058')
-rw-r--r-- | tests/data/test1058 | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/data/test1058 b/tests/data/test1058 index d177b5fd7..ee6c300c1 100644 --- a/tests/data/test1058 +++ b/tests/data/test1058 @@ -33,14 +33,14 @@ http HTTP range relative to end of file </name> <command> -http://%HOSTIP:%HTTPPORT/want/1058 -r -101 +http://%HOSTIP:%HTTPPORT/want/%TESTNUMBER -r -101 </command> </client> # Verify data after the test has been "shot" <verify> <protocol> -GET /want/1058 HTTP/1.1
+GET /want/%TESTNUMBER HTTP/1.1
Host: %HOSTIP:%HTTPPORT
Range: bytes=-101
User-Agent: curl/%VERSION
|