diff options
Diffstat (limited to 'tests/data/test2054')
-rw-r--r-- | tests/data/test2054 | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/tests/data/test2054 b/tests/data/test2054 index 2a0b54ebc..a79c59ca3 100644 --- a/tests/data/test2054 +++ b/tests/data/test2054 @@ -38,24 +38,25 @@ http://%HOSTIP:%HTTPPORT/2054 --connect-to foo::bar: --connect-to :123::456 --ne # # Verify data after the test has been "shot" <verify> -<strip> -^User-Agent:.* -</strip> <protocol> GET /2054 HTTP/1.1
Host: %HOSTIP:%HTTPPORT
+User-Agent: curl/%VERSION
Accept: */*
GET /2054 HTTP/1.1
Host: www.example.com:%HTTPPORT
+User-Agent: curl/%VERSION
Accept: */*
GET /2054 HTTP/1.1
Host: %HOSTIP:8083
+User-Agent: curl/%VERSION
Accept: */*
GET /2054 HTTP/1.1
Host: www.example.com:8084
+User-Agent: curl/%VERSION
Accept: */*
</protocol> |