Imported Upstream version 7.59.0
[platform/upstream/curl.git] / tests / data / test946
index d34bd91..60b61ea 100644 (file)
@@ -30,12 +30,12 @@ smtp
 SMTP OAuth 2.0 (OAUTHBEARER) authentication
  </name>
 <stdin>
-mail body\r
+mail body
 </stdin>
  <command>
 smtp://%HOSTIP:%SMTPPORT/946 --mail-rcpt recipient@example.com --mail-from sender@example.com -u user --oauth2-bearer mF_9.B5f-4.1JqM -T -
 </command>
-# The protocol section doesn't support ways of specifing the raw data in the
+# The protocol section doesn't support ways of specifying the raw data in the
 # base64 encoded message so we must assert this
 <precheck>
 perl -e "print 'Test requires default test server host and port' if ( '%HOSTIP' ne '127.0.0.1' || '%SMTPPORT' ne '9005' );"
@@ -46,17 +46,17 @@ perl -e "print 'Test requires default test server host and port' if ( '%HOSTIP'
 # Verify data after the test has been "shot"
 <verify>
 <protocol>
-EHLO 946\r
-AUTH OAUTHBEARER\r
-dXNlcj11c2VyAWhvc3Q9MTI3LjAuMC4xAXBvcnQ9OTAwNQFhdXRoPUJlYXJlciBtRl85LkI1Zi00LjFKcU0BAQ==\r
-MAIL FROM:<sender@example.com>\r
-RCPT TO:<recipient@example.com>\r
-DATA\r
-QUIT\r
+EHLO 946
+AUTH OAUTHBEARER
+dXNlcj11c2VyAWhvc3Q9MTI3LjAuMC4xAXBvcnQ9OTAwNQFhdXRoPUJlYXJlciBtRl85LkI1Zi00LjFKcU0BAQ==
+MAIL FROM:<sender@example.com>
+RCPT TO:<recipient@example.com>
+DATA
+QUIT
 </protocol>
 <upload>
-mail body\r
-.\r
+mail body
+.
 </upload>
 </verify>
 </testcase>