1
0
mirror of https://github.com/moparisthebest/curl synced 2025-02-28 09:21:50 -05:00

test1320 test1321: avoid User-Agent comparison

This commit is contained in:
Yang Tse 2012-01-04 19:34:52 +01:00
parent c358bab809
commit 8ef7a5706e
2 changed files with 6 additions and 0 deletions

View 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
MAIL FROM:<1320@from>

View 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
C SELECT 1321