diff options
Diffstat (limited to 'tests/data/test12')
-rw-r--r-- | tests/data/test12 | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/data/test12 b/tests/data/test12 index 242246f81..245fde2ae 100644 --- a/tests/data/test12 +++ b/tests/data/test12 @@ -27,7 +27,7 @@ http HTTP range support </name> <command> -http://%HOSTIP:%HOSTPORT/want/12 -r 100-200 +http://%HOSTIP:%HTTPPORT/want/12 -r 100-200 </command> </test> @@ -39,7 +39,7 @@ http://%HOSTIP:%HOSTPORT/want/12 -r 100-200 <protocol> GET /want/12 HTTP/1.1
Range: bytes=100-200
-Host: 127.0.0.1:8999
+Host: 127.0.0.1:%HTTPPORT
Pragma: no-cache
Accept: */*
|