Skip to content
Snippets Groups Projects
Commit 8ef7a570 authored by Yang Tse's avatar Yang Tse
Browse files

test1320 test1321: avoid User-Agent comparison

parent c358bab8
No related branches found
No related tags found
No related merge requests found
......@@ -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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment