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:
parent
c358bab809
commit
8ef7a5706e
@ -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>
|
||||
|
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user