diff options
Diffstat (limited to 'test')
-rwxr-xr-x | test/runtest | 2 | ||||
-rw-r--r-- | test/stderr/2202 | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/test/runtest b/test/runtest index df6132b98..fbc4fc484 100755 --- a/test/runtest +++ b/test/runtest @@ -875,7 +875,7 @@ RESET_AFTER_EXTRA_LINE_READ: # IP address lookups use gethostbyname() when IPv6 is not supported, # and gethostbyname2() or getipnodebyname() when it is. - s/\bgethostbyname2?|\bgetipnodebyname/get[host|ipnode]byname[2]/; + s/\b(gethostbyname2?|\bgetipnodebyname)(\(af=inet\))?/get[host|ipnode]byname[2]/; # drop gnutls version strings next if /GnuTLS compile-time version: \d+[\.\d]+$/; diff --git a/test/stderr/2202 b/test/stderr/2202 index 24ebf9947..dbca98bdd 100644 --- a/test/stderr/2202 +++ b/test/stderr/2202 @@ -60,7 +60,7 @@ DNS lookup of cioce.test.again.dns (A) using fakens DNS lookup of cioce.test.again.dns (A) gave TRY_AGAIN cioce.test.again.dns in dns_again_means_nonexist? yes (matched "*") cioce.test.again.dns is in dns_again_means_nonexist: returning DNS_NOMATCH -get[host|ipnode]byname[2](af=inet) returned 1 (HOST_NOT_FOUND) +get[host|ipnode]byname[2] returned 1 (HOST_NOT_FOUND) no IP address found for host cioce.test.again.dns (during SMTP connection from the.local.host.name [ip4.ip4.ip4.ip4]) LOG: host_lookup_failed MAIN no IP address found for host cioce.test.again.dns (during SMTP connection from the.local.host.name [ip4.ip4.ip4.ip4]) |