diff options
Diffstat (limited to 'tests/data/test223')
-rw-r--r-- | tests/data/test223 | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/data/test223 b/tests/data/test223 index 52bbb7c6f..a37645d7d 100644 --- a/tests/data/test223 +++ b/tests/data/test223 @@ -68,7 +68,7 @@ http HTTP GET deflate compressed content with broken deflate header </name> <command> -http://%HOSTIP:%HTTPPORT/223 --compressed +http://%HOSTIP:%HTTPPORT/%TESTNUMBER --compressed </command> </client> @@ -79,7 +79,7 @@ http://%HOSTIP:%HTTPPORT/223 --compressed s/^Accept-Encoding: .*/Accept-Encoding: xxx/ </strippart> <protocol> -GET /223 HTTP/1.1
+GET /%TESTNUMBER HTTP/1.1
Host: %HOSTIP:%HTTPPORT
User-Agent: curl/%VERSION
Accept: */*
|