Merge branch 'master' into dane
[exim.git] / test / runtest
index 57caa2c1ff3c7ec81996aceb3a15da8b82909a8c..a647b229aa13428f575090bfc64cebb6fa5b2fa4 100755 (executable)
@@ -999,6 +999,11 @@ RESET_AFTER_EXTRA_LINE_READ:
         @saved = ();
         }
 
+    # 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;
+
       # Skip some lines that Exim puts out at the start of debugging output
       # because they will be different in different binaries.