diff options
author | Phil Pennock <pdp@exim.org> | 2011-10-09 23:43:13 -0400 |
---|---|---|
committer | Phil Pennock <pdp@exim.org> | 2011-10-09 23:43:13 -0400 |
commit | a769a5017518b850dca541f3e873fcfbc772f782 (patch) | |
tree | b083c012cbada8114626fd2284d56f8d230e67bc /test/runtest | |
parent | 5f122889caaa3746001f7e1f8e5caca6f6181393 (diff) |
More testsuite fixes
Diffstat (limited to 'test/runtest')
-rwxr-xr-x | test/runtest | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/test/runtest b/test/runtest index 4f1d18edb..6a6aadd97 100755 --- a/test/runtest +++ b/test/runtest @@ -311,7 +311,8 @@ RESET_AFTER_EXTRA_LINE_READ: s?\Q$parm_cwd\E?TESTSUITE?g; # Replace the Exim version number (may appear in various places) - s/Exim \d+\.\d+[\w-]*/Exim x.yz/i; + # patchexim should have fixed this for us + #s/(Exim) \d+\.\d+[\w-]*/$1 x.yz/i; # Replace Exim message ids by a unique series s/((?:[^\W_]{6}-){2}[^\W_]{2}) @@ -738,6 +739,8 @@ RESET_AFTER_EXTRA_LINE_READ: # drop lookups next if /^Lookups \(built-in\):/; + next if /^Loading lookup modules from/; + next if /^Loaded \d+ lookup modules/; next if /^Total \d+ lookups/; # drop compiler information |