diff options
author | Daniel Stenberg <daniel@haxx.se> | 2001-08-09 11:58:56 +0000 |
---|---|---|
committer | Daniel Stenberg <daniel@haxx.se> | 2001-08-09 11:58:56 +0000 |
commit | 33dc9c1f9583ccd9e8effb5c3a6fee2b630f6a15 (patch) | |
tree | a316c5a4a2715810a7876063add46841a9e2dac4 /tests/data/test26 | |
parent | f112cc14b9af2a2754ad1bcaa77c65a1ccaa3954 (diff) |
strip off user-agent before checking protocol
Diffstat (limited to 'tests/data/test26')
-rw-r--r-- | tests/data/test26 | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/tests/data/test26 b/tests/data/test26 index d28cebff4..7e08efcc1 100644 --- a/tests/data/test26 +++ b/tests/data/test26 @@ -21,6 +21,9 @@ http://%HOSTIP:%HOSTPORT/want/26 -o - -o - # Verify data after the test has been "shot" <verify> +<strip> +^User-Agent: curl.* +</strip> <protocol> GET /want/26 HTTP/1.1
User-Agent: curl/7.8.1-pre3 (sparc-sun-solaris2.7) libcurl 7.8.1-pre3 (OpenSSL 0.9.6a) (krb4 enabled)
|