From 4af1b6cad6bbf0856e07cc99ab09257be652b819 Mon Sep 17 00:00:00 2001 From: Jeremy Harris Date: Tue, 9 Jun 2015 22:08:49 +0100 Subject: [PATCH] Testsuite: quietening --- test/runtest | 2 +- 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]) -- 2.30.2