diff options
Diffstat (limited to 'tests/data/test178')
-rw-r--r-- | tests/data/test178 | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/data/test178 b/tests/data/test178 index f479a6e4f..67c68b0a9 100644 --- a/tests/data/test178 +++ b/tests/data/test178 @@ -34,7 +34,7 @@ http HTTP response with negative Content-Length </name> <command> -http://%HOSTIP:%HTTPPORT/178 +http://%HOSTIP:%HTTPPORT/%TESTNUMBER </command> </client> @@ -42,7 +42,7 @@ http://%HOSTIP:%HTTPPORT/178 # Verify data after the test has been "shot" <verify> <protocol> -GET /178 HTTP/1.1
+GET /%TESTNUMBER HTTP/1.1
Host: %HOSTIP:%HTTPPORT
User-Agent: curl/%VERSION
Accept: */*
|