]> granicus.if.org Git - curl/commitdiff
tests: Corrected test1320 to be RFC2821 compliant
authorSteve Holme <steve_holme@hotmail.com>
Thu, 2 May 2013 21:49:16 +0000 (22:49 +0100)
committerSteve Holme <steve_holme@hotmail.com>
Thu, 2 May 2013 21:49:16 +0000 (22:49 +0100)
tests/data/test1320

index 7ccf6724684c036a4abdf7a17acfc37136f33755..f1c7328e659b486ccf5b338d5e5ca3568f4dd64d 100644 (file)
@@ -29,10 +29,10 @@ http-proxy
 SMTP send tunneled trough HTTP proxy
  </name>
 <stdin>
-From: different
-To: another
-
-body
+From: different\r
+To: another\r
+\r
+body\r
 </stdin>
  <command>
 smtp://smtp.1320:%SMTPPORT/user --mail-rcpt 1320@foo --mail-rcpt 1320@foobar.example --mail-from 1320@from -T - -p -x %HOSTIP:%PROXYPORT
@@ -54,10 +54,10 @@ DATA
 QUIT\r
 </protocol>
 <upload>
-From: different
-To: another
-
-body
+From: different\r
+To: another\r
+\r
+body\r
 \r
 .\r
 </upload>