summaryrefslogtreecommitdiff
path: root/test
diff options
context:
space:
mode:
Diffstat (limited to 'test')
-rw-r--r--test/confs/05991
-rwxr-xr-xtest/runtest3
2 files changed, 4 insertions, 0 deletions
diff --git a/test/confs/0599 b/test/confs/0599
index 54667124d..efdbd3c60 100644
--- a/test/confs/0599
+++ b/test/confs/0599
@@ -50,5 +50,6 @@ smtp:
hosts = HOSTIPV4
port = PORT_D
allow_localhost
+ hosts_try_fastopen = :
# End
diff --git a/test/runtest b/test/runtest
index 595566e40..d9db2ccc8 100755
--- a/test/runtest
+++ b/test/runtest
@@ -1325,6 +1325,9 @@ RESET_AFTER_EXTRA_LINE_READ:
s/^errno = \d+$/errno = EEE/;
s/^writing error \d+: /writing error EEE: /;
+ # Some platforms have to flip to slow-mode taint-checking
+ next if /switching to slow-mode taint checking/;
+
# When Exim is checking the size of directories for maildir, it uses
# the check_dir_size() function to scan directories. Of course, the order
# of the files that are obtained using readdir() varies from system to