tests: fix Accept-Encoding strips to work with Hyper builds

The previous strip also removed the CR which turned problematic.

valgrind.supp: add zstd suppression using hyper

Reported-and-analyzed-by: Kevin Burke
Fixes #7169
Closes #7171
This commit is contained in:
Daniel Stenberg 2021-06-02 09:45:40 +02:00
parent f7d1273cf9
commit 9dc0baf5c6
No known key found for this signature in database
GPG key ID: 5CC908FDB71E12C2
14 changed files with 32 additions and 39 deletions

View file

@ -186,14 +186,14 @@ http://%HOSTIP:%HTTPPORT/%TESTNUMBER --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 /%TESTNUMBER HTTP/1.1
Host: %HOSTIP:%HTTPPORT
User-Agent: curl/%VERSION
Accept: */*
Accept-Encoding: xxx
Accept-Encoding: xxx
</protocol>
</verify>