diff options
Diffstat (limited to 'tests/data')
-rw-r--r-- | tests/data/test1320 | 3 | ||||
-rw-r--r-- | tests/data/test1321 | 3 |
2 files changed, 6 insertions, 0 deletions
diff --git a/tests/data/test1320 b/tests/data/test1320 index d8671f582..26a3f34b3 100644 --- a/tests/data/test1320 +++ b/tests/data/test1320 @@ -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>
diff --git a/tests/data/test1321 b/tests/data/test1321 index 6050d9da2..50cd3752c 100644 --- a/tests/data/test1321 +++ b/tests/data/test1321 @@ -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
|