X-Git-Url: https://git.exim.org/exim.git/blobdiff_plain/4ae338f1b9014e93e96fc87d94ba8a4a97730124..f318f517d8099632aa06fa7f65af6f40e7e3f7fb:/test/runtest diff --git a/test/runtest b/test/runtest index 8c58059d5..22e2b8f8d 100755 --- a/test/runtest +++ b/test/runtest @@ -1367,6 +1367,10 @@ RESET_AFTER_EXTRA_LINE_READ: next if /in\s(?:tls_advertise_hosts\?|hosts_require_tls\?) \sno\s\((option\sunset|end\sof\slist)\)/x; + # non-TLS builds cannot have DANE + + next if /lack of DNSSEC traceability precludes DANE$/; + # Skip auxiliary group lists because they will vary. next if /auxiliary group list:/;