diff options
Diffstat (limited to 'tests/data/test1117')
-rw-r--r-- | tests/data/test1117 | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/tests/data/test1117 b/tests/data/test1117 index 6bd323f07..50466aa32 100644 --- a/tests/data/test1117 +++ b/tests/data/test1117 @@ -44,7 +44,7 @@ http HTTP with invalid range then another URL </name> <command> --r 10-22 http://%HOSTIP:%HTTPPORT/want/1117 http://%HOSTIP:%HTTPPORT/wantmore/11170001 +-r 10-22 http://%HOSTIP:%HTTPPORT/want/%TESTNUMBER http://%HOSTIP:%HTTPPORT/wantmore/%TESTNUMBER0001 </command> </client> @@ -69,13 +69,13 @@ partial body </stdout> <protocol> -GET /want/1117 HTTP/1.1
+GET /want/%TESTNUMBER HTTP/1.1
Host: %HOSTIP:%HTTPPORT
Range: bytes=10-22
User-Agent: curl/%VERSION
Accept: */*
-GET /wantmore/11170001 HTTP/1.1
+GET /wantmore/%TESTNUMBER0001 HTTP/1.1
Host: %HOSTIP:%HTTPPORT
Range: bytes=10-22
User-Agent: curl/%VERSION
|