aboutsummaryrefslogtreecommitdiff
path: root/tests/data/test396
diff options
context:
space:
mode:
Diffstat (limited to 'tests/data/test396')
-rw-r--r--tests/data/test3968
1 files changed, 4 insertions, 4 deletions
diff --git a/tests/data/test396 b/tests/data/test396
index 01be58ac3..11dd1a901 100644
--- a/tests/data/test396
+++ b/tests/data/test396
@@ -178,7 +178,7 @@ http
HTTP GET zstd compressed content
</name>
<command>
-http://%HOSTIP:%HTTPPORT/396 --compressed
+http://%HOSTIP:%HTTPPORT/%TESTNUMBER --compressed
</command>
</client>
@@ -186,14 +186,14 @@ http://%HOSTIP:%HTTPPORT/396 --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 /396 HTTP/1.1
+GET /%TESTNUMBER HTTP/1.1
Host: %HOSTIP:%HTTPPORT
User-Agent: curl/%VERSION
Accept: */*
-Accept-Encoding: xxx
+Accept-Encoding: xxx
</protocol>
</verify>