X-Git-Url: https://git.exim.org/exim.git/blobdiff_plain/e449c3b03ae53a6b90affaad467e8e81df55600c..a1bccd48f3956b50a13a34f5aed4b72c658c61af:/test/runtest diff --git a/test/runtest b/test/runtest index c3faa4262..a647b229a 100755 --- a/test/runtest +++ b/test/runtest @@ -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. @@ -1293,7 +1298,7 @@ $munges = { 'mainlog' => 's/\(gnutls_handshake\): Error in the push function/\(gnutls_handshake\): A TLS packet with unexpected length was received/', }, 'tpda' => - { 'stdout' => '/tpda_delivery_action =/', }, + { 'stdout' => '/tpda_event_action =/', }, };