Commit b809bafb authored by Steve Holme's avatar Steve Holme
Browse files

tests: Corrected test913 as the QUIT response is received

parent 3b6a1681
Loading
Loading
Loading
Loading
+2 −4
Original line number Original line Diff line number Diff line
@@ -40,12 +40,10 @@ smtp://%HOSTIP:%SMTPPORT/user --mail-rcpt 913@foo --mail-from 913@example.com -T
<errorcode>
<errorcode>
55
55
</errorcode>
</errorcode>
#
# The multi interface considers a broken "DO" request as a prematurely broken
# transfer and such a connection will not get a "QUIT"
<protocol>
<protocol>
EHLO user
EHLO user
MAIL FROM:<913@example.com> SIZE=38
MAIL FROM:<913@example.com> SIZE=38
QUIT
</protocol>
</protocol>
</verify>
</verify>
</testcase>
</testcase>