diff options
Diffstat (limited to 'tests/data/test316')
-rw-r--r-- | tests/data/test316 | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/data/test316 b/tests/data/test316 index 6b95b37fd..5b26a2a9d 100644 --- a/tests/data/test316 +++ b/tests/data/test316 @@ -174,7 +174,7 @@ http HTTP GET brotli compressed content of size more than CURL_MAX_WRITE_SIZE </name> <command> -http://%HOSTIP:%HTTPPORT/316 --compressed +http://%HOSTIP:%HTTPPORT/%TESTNUMBER --compressed </command> </client> @@ -185,7 +185,7 @@ http://%HOSTIP:%HTTPPORT/316 --compressed s/^Accept-Encoding: .*/Accept-Encoding: xxx/ </strippart> <protocol> -GET /316 HTTP/1.1
+GET /%TESTNUMBER HTTP/1.1
Host: %HOSTIP:%HTTPPORT
User-Agent: curl/%VERSION
Accept: */*
|