]> git.ipfire.org Git - thirdparty/curl.git/commitdiff
test1320 test1321: avoid User-Agent comparison
authorYang Tse <yangsita@gmail.com>
Wed, 4 Jan 2012 18:34:52 +0000 (19:34 +0100)
committerYang Tse <yangsita@gmail.com>
Wed, 4 Jan 2012 18:34:52 +0000 (19:34 +0100)
tests/data/test1320
tests/data/test1321

index d8671f58288b1c0b18393bb30f65fca199b8bc89..26a3f34b3ce7e51e05870bc4efddc2a23f7d60a8 100644 (file)
@@ -35,6 +35,9 @@ smtp://%HOSTIP:%SMTPPORT/user --mail-rcpt 1320@foo --mail-rcpt 1320@foobar.examp
 #
 # Verify data after the test has been "shot"
 <verify>
+<strip>
+^User-Agent: curl/.*
+</strip>
 <protocol>
 EHLO user\r
 MAIL FROM:<1320@from>\r
index 6050d9da27e7c30876070b0ef1b35ad958c265d6..50cd3752ca8220540440f65074a8a5f64045c734 100644 (file)
@@ -49,6 +49,9 @@ imap://%HOSTIP:%IMAPPORT/1321 -u user:secret -p -x %HOSTIP:%PROXYPORT
 #
 # Verify data after the test has been "shot"
 <verify>
+<strip>
+^User-Agent: curl/.*
+</strip>
 <protocol>
 B LOGIN user secret\r
 C SELECT 1321\r