Taint: fix hybrid-mode transition
[users/jgh/exim.git] / test / runtest
index 595566e409a7b43fdb94512103b09df99ebd342e..d9db2ccc8be3a3aca5be49e29fcf7497c83265ee 100755 (executable)
@@ -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