]> git.ipfire.org Git - thirdparty/curl.git/commitdiff
tests: Corrected test909 to be RFC2821 compliant
authorSteve Holme <steve_holme@hotmail.com>
Thu, 2 May 2013 17:52:52 +0000 (18:52 +0100)
committerSteve Holme <steve_holme@hotmail.com>
Thu, 2 May 2013 17:52:52 +0000 (18:52 +0100)
tests/data/test909

index f661909d0c91bbc1a091a5cb0cb2c201474e778a..f7f621ee5d4de0c71520cdee71dfd55d589ca8ed 100644 (file)
@@ -24,10 +24,10 @@ smtp
 SMTP without SIZE support
  </name>
 <file name="log/test909.eml">
-From: different
-To: another
-
-body
+From: different\r
+To: another\r
+\r
+body\r
 </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\r
 </protocol>
 <upload>
-From: different
-To: another
-
-body
+From: different\r
+To: another\r
+\r
+body\r
 \r
 .\r
 </upload>
-
 </verify>
 </testcase>