From 33dc9c1f9583ccd9e8effb5c3a6fee2b630f6a15 Mon Sep 17 00:00:00 2001
From: Daniel Stenberg <daniel@haxx.se>
Date: Thu, 9 Aug 2001 11:58:56 +0000
Subject: [PATCH] strip off user-agent before checking protocol

---
 tests/data/test26 | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/tests/data/test26 b/tests/data/test26
index d28cebff43..7e08efcc19 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)
-- 
GitLab