diff options
Diffstat (limited to 'tests/data/test1429')
-rw-r--r-- | tests/data/test1429 | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/data/test1429 b/tests/data/test1429 index 40bc86b1d..9fc3cd246 100644 --- a/tests/data/test1429 +++ b/tests/data/test1429 @@ -35,7 +35,7 @@ http HTTP GET with 4-digit response code </name> <command> -http://%HOSTIP:%HTTPPORT/1429 --write-out '%{response_code}' --http0.9 +http://%HOSTIP:%HTTPPORT/%TESTNUMBER --write-out '%{response_code}' --http0.9 </command> </client> @@ -58,7 +58,7 @@ Funny-head: yesyes 234 </stdout> <protocol> -GET /1429 HTTP/1.1
+GET /%TESTNUMBER HTTP/1.1
Host: %HOSTIP:%HTTPPORT
User-Agent: curl/%VERSION
Accept: */*
|