diff options
author | Jeremy Harris <jgh146exb@wizmail.org> | 2020-01-26 20:28:36 +0000 |
---|---|---|
committer | Jeremy Harris <jgh146exb@wizmail.org> | 2020-01-28 12:34:43 +0000 |
commit | 6440616152c46002c71a3a6413adeeb0fe435db0 (patch) | |
tree | a1c5217153bd73ca4bb104363b1e680f1845e504 /test | |
parent | aefbeb18345c135636594d892fd5bb3e7a1c5edd (diff) |
Taint: fix hybrid-mode transition
Diffstat (limited to 'test')
-rw-r--r-- | test/confs/0599 | 1 | ||||
-rwxr-xr-x | test/runtest | 3 |
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 |