Testsuite: ignore fakens fork debug line, avoiding ipv6-support differences
[exim.git] / test / runtest
index c381d6d6881d4c707f080ffae9a7f09d77c4b486..6e6ed4092a9bba95306156c68bf796c46ff76f2d 100755 (executable)
@@ -1047,9 +1047,12 @@ 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/;
+    next if /postfork: /;
+    # ipv6-enabled platforms do more loookup, for AAAAs - so ignore the forking
+    next if / fork(?:ing|ed) for fakens-search/;
     s/ forked for [^:]+: \K\d+/npppp/;
 
+
     # IP address lookups use gethostbyname() when IPv6 is not supported,
     # and gethostbyname2() or getipnodebyname() when it is.