mirror of
https://github.com/curl/curl.git
synced 2026-08-25 18:13:37 +03:00
tests: remove most user-agent filters
Use the %VERSION instead. The user-agent stripping was introduced at the
time before we had %VERSION (introduced in e6b21d4). The tests would
then remove the user-agent header to make them possible to be compared
in a version independent way.
Fixes #19355
Reported-by: Stefan Eissing
Closes #19356
This commit is contained in:
parent
70a11c6f06
commit
0783ef2348
37 changed files with 12 additions and 72 deletions
|
|
@ -42,7 +42,6 @@ http://xxx:yyy@127.0.0.1:9000/%TESTNUMBER/testapi/test 127.0.0.1:9000:%HOSTIP:%H
|
|||
# Verify data after the test has been "shot"
|
||||
<verify>
|
||||
<strip>
|
||||
^User-Agent:.*
|
||||
^Content-Length:.*
|
||||
^Accept:.*
|
||||
</strip>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue