Testsuite: Use explicit interface for send to localhost
[users/heiko/exim.git] / test / scripts / 0000-Basic / 0559
index 01d7d99afcf27e0ccd62692f97382e176b7970b3..351df3de0e43ad1106df8d7512cb3be0013429cc 100644 (file)
@@ -3,12 +3,13 @@ need_ipv4
 #
 exim -DSERVER=server -bd -oX PORT_D
 ****
-client -t5 127.0.0.1 PORT_D
+client -t5 127.0.0.1 PORT_D 127.0.0.1
 ??? 220
 ehlo abcd
 ??? 250-
 ??? 250-
 ??? 250-
+??? 250-
 ??? 250
 mail from:<userx@test.ex>\r\nrcpt to:<userx@test.ex>\r\ndata
 ??? 250
@@ -20,25 +21,3 @@ This is a test message.
 ****
 sleep 1
 killdaemon
-#
-# Also check for next input sent too soon
-#
-exim -DSERVER=server -bd -oX PORT_D
-****
-client -t5 127.0.0.1 PORT_D
-??? 220
-ehlo abcd
-??? 250-
-??? 250-
-??? 250-
-??? 250
-mail from:<userx@test.ex>\r\nrcpt to:<userx@test.ex>\r\ndata
-??? 250
-??? 250
-??? 354
-This is a test message.
-.\r\nrset
-??? 550
-****
-sleep 1
-killdaemon