X-Git-Url: https://vcs.fsf.org/?a=blobdiff_plain;f=test%2Fruntest;h=6ada78b25c8482eaa19c5ce25466f94f4327edd4;hb=48b30ae1141cbce9fe6f1153f368dd63a4505775;hp=c381d6d6881d4c707f080ffae9a7f09d77c4b486;hpb=568092148bf6ade68174fa1ccf34b8c37d9064e9;p=exim.git diff --git a/test/runtest b/test/runtest index c381d6d68..6ada78b25 100755 --- a/test/runtest +++ b/test/runtest @@ -1047,8 +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/; - s/^(?:\s*\d+ )(postfork: )/pppp $1/; - s/ forked for [^:]+: \K\d+/npppp/; + next if /(?:postfork: | fork(?:ing|ed) for )/; # IP address lookups use gethostbyname() when IPv6 is not supported, # and gethostbyname2() or getipnodebyname() when it is.