Imported Upstream version 7.59.0
[platform/upstream/curl.git] / tests / data / test940
index 4dfb72c..da28921 100644 (file)
@@ -20,7 +20,7 @@ smtp
 SMTP with username and password but no AUTH capability
  </name>
 <stdin>
-mail body\r
+mail body
 </stdin>
  <command>
 smtp://%HOSTIP:%SMTPPORT/940 --mail-rcpt recipient@example.com --mail-from sender@example.com -u user:secret -T -
@@ -31,15 +31,15 @@ smtp://%HOSTIP:%SMTPPORT/940 --mail-rcpt recipient@example.com --mail-from sende
 # Verify data after the test has been "shot"
 <verify>
 <protocol>
-EHLO 940\r
-MAIL FROM:<sender@example.com>\r
-RCPT TO:<recipient@example.com>\r
-DATA\r
-QUIT\r
+EHLO 940
+MAIL FROM:<sender@example.com>
+RCPT TO:<recipient@example.com>
+DATA
+QUIT
 </protocol>
 <upload>
-mail body\r
-.\r
+mail body
+.
 </upload>
 </verify>
 </testcase>