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/test911 | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'tests/data/test911') diff --git a/tests/data/test911 b/tests/data/test911 index c8cecdc9c..4e0f1b972 100644 --- a/tests/data/test911 +++ b/tests/data/test911 @@ -25,7 +25,7 @@ SMTP with no mail data -smtp://%HOSTIP:%SMTPPORT/user --mail-rcpt 911@foo --mail-rcpt 911@foobar.example --mail-from 911@example.com -T - +smtp://%HOSTIP:%SMTPPORT/user --mail-rcpt 911@foo --mail-from 911@example.com -T - @@ -36,7 +36,6 @@ smtp://%HOSTIP:%SMTPPORT/user --mail-rcpt 911@foo --mail-rcpt 911@foobar.example EHLO user MAIL FROM:<911@example.com> RCPT TO:<911@foo> -RCPT TO:<911@foobar.example> DATA QUIT -- cgit v1.2.3