X-Git-Url: https://git.exim.org/exim.git/blobdiff_plain/8f1cff481ae440b8ced8601cd2a2134714580d3c..ac8c9fbdec78f15484599cfaae195f24a6fe4858:/test/runtest diff --git a/test/runtest b/test/runtest index 324049fc0..0cc7b05fe 100755 --- a/test/runtest +++ b/test/runtest @@ -1,7 +1,5 @@ #! /usr/bin/perl -w -# $Cambridge: exim/test/runtest,v 1.37 2010/06/14 20:30:12 jetmore Exp $ - ############################################################################### # This is the controlling script for the "new" test suite for Exim. It should # # be possible to export this suite for running on a wide variety of hosts, in # @@ -742,6 +740,9 @@ RESET_AFTER_EXTRA_LINE_READ: next if /^Lookups \(built-in\):/; next if /^Total \d+ lookups/; + # drop compiler information + next if /^Compiler:/; + # and the ugly bit # different libraries will have different numbers (possibly 0) of follow-up # lines, indenting with more data @@ -763,7 +764,7 @@ RESET_AFTER_EXTRA_LINE_READ: next if /^changing group to \d+ failed: Operation not permitted/; # We invoke Exim with -D, so we hit this new messag as of Exim 4.73: - next if /^macros_trusted overriden to true by whitelisting/; + next if /^macros_trusted overridden to true by whitelisting/; # We have to omit the localhost ::1 address so that all is well in # the IPv4-only case.