]> granicus.if.org Git - curl/commitdiff
tests: Fixed typos from commit 25a0c96a494297
authorSteve Holme <steve_holme@hotmail.com>
Sun, 29 Sep 2013 19:32:23 +0000 (20:32 +0100)
committerSteve Holme <steve_holme@hotmail.com>
Sun, 29 Sep 2013 19:32:23 +0000 (20:32 +0100)
tests/data/test1320
tests/data/test1406

index a84784889af87b58cc5da112483d8e5d965b9009..e5325b443e8e08b9225f1e7a8ed8e05448a8212f 100644 (file)
@@ -47,8 +47,8 @@ smtp://smtp.1320:%SMTPPORT/1320 --mail-rcpt recipient@example.com --mail-from se
 </strip>
 <protocol>
 EHLO 1320\r
-MAIL FROM:<recipient@example.com>\r
-RCPT TO:<sender@example.com>\r
+MAIL FROM:<sender@example.com>\r
+RCPT TO:<recipient@example.com>\r
 DATA\r
 QUIT\r
 </protocol>
index 61a5ba28cbec9e0b5fcb0d53600e667009252e47..6392b9685ed32185c6cde5dfdb84cc5039a9c614 100644 (file)
@@ -43,7 +43,7 @@ smtp://%HOSTIP:%SMTPPORT/1406 --mail-rcpt recipient.one@example.com --mail-rcpt
 EHLO 1406\r
 MAIL FROM:<sender@example.com> SIZE=38\r
 RCPT TO:<recipient.one@example.com>\r
-RCPT TO:<recipient.two@foobar.example.com>\r
+RCPT TO:<recipient.two@example.com>\r
 DATA\r
 QUIT\r
 </protocol>