Debug output: regularise host lookup tracing
[exim.git] / test / runtest
index 5fb7cd737f8d29ce3d752801e75026d327ddd6fa..7e9b5d74c0fe1a3c4413b7ee8299a9ec85396f39 100755 (executable)
@@ -1047,6 +1047,9 @@ RESET_AFTER_EXTRA_LINE_READ:
 
     s/\b(gethostbyname2?|\bgetipnodebyname)(\(af=inet\))?/get[host|ipnode]byname[2]/;
 
+    # Extra lookups done when ipv6 is supported
+    next if /^host_fake_gethostbyname\(af=inet6\) returned 1 \(HOST_NOT_FOUND\)$/;
+
     # we don't care what TZ enviroment the testhost was running
     next if /^Reset TZ to/;