Testsuite: support "anything but" returncode script lines
[exim.git] / test / scripts / 0000-Basic / 0609
index ea83bbfbab4e779b2fd1986c029d478821dec944..bda2631f5beba3d984ab99d48cfbb29de985fcda 100644 (file)
@@ -1,9 +1,9 @@
 # Long ACL delay, truncated
-munge debug_pid
 need_ipv4
 #
 # We want the debug note of a truncated delay
 # "delay cancelled by peer close"
+# This is known to fail on MacOS, which lacks the require POLLRDHUP.
 #
 exim -d-all+acl -DSERVER=server -odq -bd -oX PORT_D
 ****
@@ -11,6 +11,8 @@ exim -d-all+acl -DSERVER=server -odq -bd -oX PORT_D
 # Server delays 4s before accepting RCPT
 client 127.0.0.1 PORT_D
 ??? 220
+helo test
+??? 250
 mail from:<x@y.test.ex>
 ??? 250
 rcpt to:<delay4_accept@y.test.ex>
@@ -23,6 +25,8 @@ quit
 # but client closes connection
 client 127.0.0.1 PORT_D
 ??? 220
+helo test
+??? 250
 mail from:<x@y.test.ex>
 ??? 250
 rcpt to:<delay4_accept@y.test.ex>