aboutsummaryrefslogtreecommitdiff
path: root/tests/data/test314
diff options
context:
space:
mode:
Diffstat (limited to 'tests/data/test314')
-rw-r--r--tests/data/test3148
1 files changed, 4 insertions, 4 deletions
diff --git a/tests/data/test314 b/tests/data/test314
index 899200dc1..cdc36af21 100644
--- a/tests/data/test314
+++ b/tests/data/test314
@@ -174,7 +174,7 @@ http
HTTP GET brotli compressed content
</name>
<command>
-http://%HOSTIP:%HTTPPORT/314 --compressed
+http://%HOSTIP:%HTTPPORT/%TESTNUMBER --compressed
</command>
</client>
@@ -182,14 +182,14 @@ http://%HOSTIP:%HTTPPORT/314 --compressed
# Verify data after the test has been "shot"
<verify>
<strippart>
-s/^Accept-Encoding: .*/Accept-Encoding: xxx/
+s/^Accept-Encoding: [a-zA-Z, ]*/Accept-Encoding: xxx/
</strippart>
<protocol>
-GET /314 HTTP/1.1
+GET /%TESTNUMBER HTTP/1.1
Host: %HOSTIP:%HTTPPORT
User-Agent: curl/%VERSION
Accept: */*
-Accept-Encoding: xxx
+Accept-Encoding: xxx
</protocol>
</verify>