Imported Upstream version 7.59.0
[platform/upstream/curl.git] / tests / data / test917
index cc75da3..bf6ccdf 100644 (file)
@@ -20,10 +20,10 @@ smtp
 SMTP with multiple --mail-rcpt
  </name>
 <stdin>
-From: different\r
-To: another\r
-\r
-body\r
+From: different
+To: another
+
+body
 </stdin>
  <command>
 smtp://%HOSTIP:%SMTPPORT/917 --mail-rcpt recipient.one@example.com --mail-rcpt recipient.two@example.com --mail-rcpt recipient.three@example.com --mail-rcpt recipient.four@example.com --mail-rcpt recipient.five@example.com --mail-from sender@example.com -T -
@@ -34,22 +34,22 @@ smtp://%HOSTIP:%SMTPPORT/917 --mail-rcpt recipient.one@example.com --mail-rcpt r
 # Verify data after the test has been "shot"
 <verify>
 <protocol>
-EHLO 917\r
-MAIL FROM:<sender@example.com>\r
-RCPT TO:<recipient.one@example.com>\r
-RCPT TO:<recipient.two@example.com>\r
-RCPT TO:<recipient.three@example.com>\r
-RCPT TO:<recipient.four@example.com>\r
-RCPT TO:<recipient.five@example.com>\r
-DATA\r
-QUIT\r
+EHLO 917
+MAIL FROM:<sender@example.com>
+RCPT TO:<recipient.one@example.com>
+RCPT TO:<recipient.two@example.com>
+RCPT TO:<recipient.three@example.com>
+RCPT TO:<recipient.four@example.com>
+RCPT TO:<recipient.five@example.com>
+DATA
+QUIT
 </protocol>
 <upload>
-From: different\r
-To: another\r
-\r
-body\r
-.\r
+From: different
+To: another
+
+body
+.
 </upload>
 </verify>
 </testcase>