summaryrefslogtreecommitdiff
path: root/test/scripts
diff options
context:
space:
mode:
authorJeremy Harris <jgh146exb@wizmail.org>2018-10-23 22:25:40 +0100
committerJeremy Harris <jgh146exb@wizmail.org>2018-10-23 22:27:43 +0100
commit02c30a32c6d1aeab0d3bc5f747016041a687c9dd (patch)
tree8c5ac4b5c60c32235d600f47015f095dbf891553 /test/scripts
parent590faf89a2dd33a5f97f8e685efd019ac9c96e1e (diff)
Build: probe for broken poll() timing implementation
Diffstat (limited to 'test/scripts')
-rw-r--r--test/scripts/0000-Basic/06091
1 files changed, 1 insertions, 0 deletions
diff --git a/test/scripts/0000-Basic/0609 b/test/scripts/0000-Basic/0609
index ea83bbfba..86f75326f 100644
--- a/test/scripts/0000-Basic/0609
+++ b/test/scripts/0000-Basic/0609
@@ -4,6 +4,7 @@ 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
****