diff options
author | Steve Holme <steve_holme@hotmail.com> | 2013-05-03 20:08:21 +0100 |
---|---|---|
committer | Steve Holme <steve_holme@hotmail.com> | 2013-05-03 20:08:21 +0100 |
commit | 087f9bb20ae8517a8aa8fa847fe7b25ab0603ad7 (patch) | |
tree | 8a2324ec8c01586f74609c306c862968f916a012 /tests | |
parent | e2c7e19144f3c128b33087c89409d5bb11585b04 (diff) | |
download | curl-087f9bb20ae8517a8aa8fa847fe7b25ab0603ad7.tar.gz |
tests: Corrected MAIL SIZE for CRLF line endings
... which was missed in commit: f5c3d9538452
Diffstat (limited to 'tests')
-rw-r--r-- | tests/data/test1406 | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/data/test1406 b/tests/data/test1406 index 664f75029..b7727edfd 100644 --- a/tests/data/test1406 +++ b/tests/data/test1406 @@ -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
|