Expansion item ${listquote }. Bug 1066
[exim.git] / test / runtest
index 3f37311b18032f2c5df87d94974c218913400efd..6ada78b25c8482eaa19c5ce25466f94f4327edd4 100755 (executable)
@@ -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.