tidying
[exim.git] / test / scripts / 0000-Basic / 0460
index e3dda1d5258874ae80fa71fcddc0c7a8aff23d22..953641b1066a8bfd4b7fc402d8ad7bf852b62f3e 100644 (file)
@@ -3,7 +3,7 @@ need_ipv4
 #
 exim -bd -DSERVER=server -oX PORT_D
 ****
-client 127.0.0.1 PORT_D 127.0.0.1
+client 127.0.0.1 PORT_D
 ??? 220
 ehlo rhu.barb
 ??? 250-
@@ -43,5 +43,6 @@ QUIT
 ??? 221
 ****
 killdaemon
-# Wait for delivery process
-sleep 1
+# drain the queue
+exim -qf
+****