Imported Upstream version 7.59.0
[platform/upstream/curl.git] / tests / data / test915
index 4d31db3..8e57c8f 100644 (file)
@@ -20,10 +20,10 @@ smtp
 SMTP without --mail-from
  </name>
 <stdin>
-From: different\r
-To: another\r
-\r
-body\r
+From: different
+To: another
+
+body
 </stdin>
  <command>
 smtp://%HOSTIP:%SMTPPORT/915 --mail-rcpt recipient@example.com -T -
@@ -34,18 +34,18 @@ smtp://%HOSTIP:%SMTPPORT/915 --mail-rcpt recipient@example.com -T -
 # Verify data after the test has been "shot"
 <verify>
 <protocol>
-EHLO 915\r
-MAIL FROM:<>\r
-RCPT TO:<recipient@example.com>\r
-DATA\r
-QUIT\r
+EHLO 915
+MAIL FROM:<>
+RCPT TO:<recipient@example.com>
+DATA
+QUIT
 </protocol>
 <upload>
-From: different\r
-To: another\r
-\r
-body\r
-.\r
+From: different
+To: another
+
+body
+.
 </upload>
 </verify>
 </testcase>