X-Git-Url: https://git.netwichtig.de/gitweb/?a=blobdiff_plain;f=test%2Fruntest;h=6ada78b25c8482eaa19c5ce25466f94f4327edd4;hb=3b447cdfe3f9f53546d09d7e01d1e0ecf0d6696c;hp=c381d6d6881d4c707f080ffae9a7f09d77c4b486;hpb=46d2a5e6f6e7709d172903b13945d23fc0a2c888;p=user%2Fhenk%2Fcode%2Fexim.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.