mirror of
https://github.com/curl/curl.git
synced 2026-04-15 02:01:40 +03:00
tests: Corrected test913 as the QUIT response is received
This commit is contained in:
parent
3b6a1681dc
commit
b809bafb0c
1 changed files with 2 additions and 4 deletions
|
|
@ -21,7 +21,7 @@ CAPA "SIZE 32"
|
|||
smtp
|
||||
</server>
|
||||
<name>
|
||||
SMTP with large message SIZE
|
||||
SMTP with large message SIZE
|
||||
</name>
|
||||
<file name="log/test913.eml">
|
||||
From: different
|
||||
|
|
@ -40,12 +40,10 @@ smtp://%HOSTIP:%SMTPPORT/user --mail-rcpt 913@foo --mail-from 913@example.com -T
|
|||
<errorcode>
|
||||
55
|
||||
</errorcode>
|
||||
#
|
||||
# The multi interface considers a broken "DO" request as a prematurely broken
|
||||
# transfer and such a connection will not get a "QUIT"
|
||||
<protocol>
|
||||
EHLO user
|
||||
MAIL FROM:<913@example.com> SIZE=38
|
||||
QUIT
|
||||
</protocol>
|
||||
</verify>
|
||||
</testcase>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue