From: Jeremy Harris Date: Sat, 9 Aug 2014 15:04:37 +0000 (+0100) Subject: Ignore dane-related debug out in non-dane testcases X-Git-Tag: exim-4_85_RC1~67^2~28 X-Git-Url: https://git.exim.org/exim.git/commitdiff_plain/2eb77f91023a3279166810a7ce9f15508d244e65 Ignore dane-related debug out in non-dane testcases --- diff --git a/test/runtest b/test/runtest index 926385f17..aeca824e1 100755 --- a/test/runtest +++ b/test/runtest @@ -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.