mirror of
https://github.com/curl/curl.git
synced 2026-07-15 19:47:16 +03:00
tests: Corrected MAIL SIZE for CRLF line endings
... which was missed in commit: f5c3d95384
This commit is contained in:
parent
e2c7e19144
commit
087f9bb20a
1 changed files with 1 additions and 1 deletions
|
|
@ -38,7 +38,7 @@ smtp://%HOSTIP:%SMTPPORT/user --mail-rcpt 1406@foo --mail-rcpt 1406@foobar.examp
|
|||
<verify>
|
||||
<protocol>
|
||||
EHLO user
|
||||
MAIL FROM:<1406@from> SIZE=34
|
||||
MAIL FROM:<1406@from> SIZE=38
|
||||
RCPT TO:<1406@foo>
|
||||
RCPT TO:<1406@foobar.example>
|
||||
DATA
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue