X-Git-Url: https://git.exim.org/exim.git/blobdiff_plain/4c7f095f4f32a2259017fa5acab6b1278af9e702..261fc93208fb853e3f1ef78dd90a0b3d261e002f:/test/runtest diff --git a/test/runtest b/test/runtest index 5fb7cd737..7e9b5d74c 100755 --- a/test/runtest +++ b/test/runtest @@ -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/;