From 3f04d48495213c7cc4add00d1b7329c296cbcc02 Mon Sep 17 00:00:00 2001 From: Steve Holme Date: Sat, 21 Sep 2013 19:44:09 +0100 Subject: tests: Reworked existing SMTP tests to be single recipient based ...in preparation of upcoming multiple recipient tests. --- tests/data/test909 | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'tests/data/test909') diff --git a/tests/data/test909 b/tests/data/test909 index 0122dfe48..a8fa3392d 100644 --- a/tests/data/test909 +++ b/tests/data/test909 @@ -30,7 +30,7 @@ To: another body -smtp://%HOSTIP:%SMTPPORT/user --mail-rcpt 909@foo --mail-rcpt 909@foobar.example --mail-from 909@example.com -T log/test909.eml +smtp://%HOSTIP:%SMTPPORT/user --mail-rcpt 909@foo --mail-from 909@example.com -T log/test909.eml @@ -41,7 +41,6 @@ smtp://%HOSTIP:%SMTPPORT/user --mail-rcpt 909@foo --mail-rcpt 909@foobar.example EHLO user MAIL FROM:<909@example.com> RCPT TO:<909@foo> -RCPT TO:<909@foobar.example> DATA QUIT -- cgit v1.2.3