summaryrefslogtreecommitdiff
path: root/test/runtest
diff options
context:
space:
mode:
authorJeremy Harris <jgh146exb@wizmail.org>2022-01-30 13:49:33 +0000
committerJeremy Harris <jgh146exb@wizmail.org>2022-01-30 13:49:33 +0000
commit4b7a5d8aea1153d5204ba2a2bd1cabc3cbfe5056 (patch)
tree6d69335a687f4b414cf599524439754f48e078dc /test/runtest
parent10d0e7206d88d1fb811b01e49181187579f77e9c (diff)
downloadexim4-4b7a5d8aea1153d5204ba2a2bd1cabc3cbfe5056.tar.gz
Testsuite: munge for more platform variabilities
Broken-by: 9dea8f12c7
Diffstat (limited to 'test/runtest')
-rwxr-xr-xtest/runtest4
1 files changed, 2 insertions, 2 deletions
diff --git a/test/runtest b/test/runtest
index 89f734554..10f5e4415 100755
--- a/test/runtest
+++ b/test/runtest
@@ -1120,7 +1120,7 @@ RESET_AFTER_EXTRA_LINE_READ:
next if /^Lookups \(built-in\):/;
next if /^Loading lookup modules from/;
next if /^Loaded \d+ lookup modules/;
- next if /^Total \d+ lookups/;
+ next if /^(?:\d\d:\d\d:\d\d \d+ )?Total \d+ lookups/;
# drop compiler information
next if /^Compiler:/;
@@ -1449,7 +1449,7 @@ RESET_AFTER_EXTRA_LINE_READ:
/^Routers:/ ||
/^Transports:/ ||
/^Malware:/ ||
- /^log selectors =/ ||
+ /^(?:\d\d:\d\d:\d\d \d+ )?log selectors =/ ||
/^cwd=/ ||
/^Fixed never_users:/ ||
/^Configure owner:/ ||