summaryrefslogtreecommitdiff
path: root/tests/data/test220
diff options
context:
space:
mode:
Diffstat (limited to 'tests/data/test220')
-rw-r--r--tests/data/test2208
1 files changed, 8 insertions, 0 deletions
diff --git a/tests/data/test220 b/tests/data/test220
index 4b2e41672..67f31f1f4 100644
--- a/tests/data/test220
+++ b/tests/data/test220
@@ -55,14 +55,22 @@ http://%HOSTIP:%HTTPPORT/220 --compressed
# Verify data after the test has been "shot"
<verify>
<strippart>
+%if hyper
+s/^Accept-Encoding: .*/Accept-Encoding: xxx /
+%else
s/^Accept-Encoding: .*/Accept-Encoding: xxx/
+%endif
</strippart>
<protocol>
GET /220 HTTP/1.1
Host: %HOSTIP:%HTTPPORT
User-Agent: curl/%VERSION
Accept: */*
+%if hyper
+Accept-Encoding: xxx
+%else
Accept-Encoding: xxx
+%endif
</protocol>
</verify>