X-Git-Url: https://git.exim.org/users/jgh/exim.git/blobdiff_plain/e9ae2091541400df1d74a2e4ade73ce8c8f51a3e..27085351db1c6cdbbea742a1da15a3e3e912a844:/test/runtest diff --git a/test/runtest b/test/runtest index 8f6bd28b8..1ef31c3dc 100755 --- a/test/runtest +++ b/test/runtest @@ -1093,6 +1093,7 @@ RESET_AFTER_EXTRA_LINE_READ: next if /get\[host\|ipnode\]byname\[2\]\(af=inet6\)/; next if /DNS lookup of \S+ \(AAAA\) using fakens/; next if / in dns_ipv4_lookup?/; + next if / writing neg-cache entry for .*AAAA/; if (/DNS lookup of \S+ \(AAAA\) gave NO_DATA/) { @@ -1157,6 +1158,9 @@ RESET_AFTER_EXTRA_LINE_READ: # Platform-dependent error strings s/Operation timed out/Connection timed out/; + # Platform-dependent resolver option bits + s/^ writing neg-cache entry for [^,]+-\K[0-9a-f]+, ttl/xxxx, ttl/; + # Skip hosts_require_dane checks when the options # are unset, because dane ain't always there. next if /in\shosts_require_dane\?\sno\s\(option\sunset\)/x;