Ignore dane-related debug out in non-dane testcases
[exim.git] / test / runtest
index 926385f1744819f5c87296debf6883649d198193..aeca824e14c6a2b4ca7e7450d4c224fd55ecf058 100755 (executable)
@@ -994,6 +994,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.