X-Git-Url: https://git.exim.org/users/jgh/exim.git/blobdiff_plain/2634320751a5f719abf2daa5e279aeeef03cdf7f..92beef8b1e1c73348d48edbb5cff37b47c4e2f81:/test/runtest diff --git a/test/runtest b/test/runtest index 3f37311b1..6ada78b25 100755 --- a/test/runtest +++ b/test/runtest @@ -1047,6 +1047,7 @@ RESET_AFTER_EXTRA_LINE_READ: s/(?<=^>>>>>>>>>>>>>>>> Exim pid=)\d+(?= terminating)/pppp/; s/^(proxy-proc \w{5}-pid) \d+$/$1 pppp/; s/^(?:\s*\d+ )(exec .* -oPX)$/pppp $1/; + next if /(?:postfork: | fork(?:ing|ed) for )/; # IP address lookups use gethostbyname() when IPv6 is not supported, # and gethostbyname2() or getipnodebyname() when it is.