X-Git-Url: https://git.exim.org/users/heiko/exim.git/blobdiff_plain/cdb844d019f4100eaceee36a521e9a4811a354f1..27085351db1c6cdbbea742a1da15a3e3e912a844:/test/runtest diff --git a/test/runtest b/test/runtest index 1df7fc718..1ef31c3dc 100755 --- a/test/runtest +++ b/test/runtest @@ -1158,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;