Testsuite: munge and shuffle for non-TLS build
[exim.git] / test / runtest
index 8c58059d5a6fdc75d332c24f6eb1b17c2ca5ade4..22e2b8f8d3f7bf11f52d94a90793d3da9f176531 100755 (executable)
@@ -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:/;