summaryrefslogtreecommitdiff
path: root/test
diff options
context:
space:
mode:
authorJeremy Harris <jgh146exb@wizmail.org>2015-06-09 22:08:49 +0100
committerJeremy Harris <jgh146exb@wizmail.org>2015-06-09 23:25:08 +0100
commit4af1b6cad6bbf0856e07cc99ab09257be652b819 (patch)
tree057f8b650e743fbf85de0d3104f3143a32556194 /test
parentb77f4a148c955fd18e7437dfed5fa25ed06a983a (diff)
Testsuite: quietening
Diffstat (limited to 'test')
-rwxr-xr-xtest/runtest2
-rw-r--r--test/stderr/22022
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])