diff options
author | Steve Holme <steve_holme@hotmail.com> | 2013-05-02 18:52:52 +0100 |
---|---|---|
committer | Steve Holme <steve_holme@hotmail.com> | 2013-05-02 18:52:52 +0100 |
commit | 734bdb68c203c0fd1c57cb5c972287d17f5c8fb7 (patch) | |
tree | f94bb700f7c388654b83ed67075254f140aa00f8 /tests/data/test909 | |
parent | 514817669e9e5f3bc3494a95a2bf05cdb48dec1e (diff) | |
download | curl-734bdb68c203c0fd1c57cb5c972287d17f5c8fb7.tar.gz |
tests: Corrected test909 to be RFC2821 compliant
Diffstat (limited to 'tests/data/test909')
-rw-r--r-- | tests/data/test909 | 17 |
1 files changed, 8 insertions, 9 deletions
diff --git a/tests/data/test909 b/tests/data/test909 index f661909d0..f7f621ee5 100644 --- a/tests/data/test909 +++ b/tests/data/test909 @@ -24,10 +24,10 @@ smtp SMTP without SIZE support </name> <file name="log/test909.eml"> -From: different -To: another - -body +From: different
+To: another
+
+body
</file> <command> smtp://%HOSTIP:%SMTPPORT/user --mail-rcpt 9091@foo --mail-rcpt 909@foobar.example --mail-from 909@from -T log/test909.eml @@ -46,13 +46,12 @@ DATA QUIT
</protocol> <upload> -From: different -To: another - -body +From: different
+To: another
+
+body
.
</upload> - </verify> </testcase> |