Fix $mime_part_count for non-mime message on multi-message connection. Bug 2537
[exim.git] / test / runtest
index e914ccb563e8f929e07d6dc767d9a573ed0eb1e0..994ff9ff884c6cc615db23db315ea960cd5d4db2 100755 (executable)
@@ -1210,6 +1210,9 @@ RESET_AFTER_EXTRA_LINE_READ:
     # timing variance, run-to-run
     s/^time on queue = \K1s/0s/;
 
+    # content-scan: file order can vary in directory
+    s%unspool_mbox\(\): unlinking 'TESTSUITE/spool/scan/[^/]*/\K[^\']*%FFFFFFFFF%;
+
     # Skip hosts_require_dane checks when the options
     # are unset, because dane ain't always there.
     next if /in\shosts_require_dane\?\sno\s\(option\sunset\)/x;