git://git.exim.org
/
exim.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
Merge branch 'master' into dane
[exim.git]
/
test
/
runtest
diff --git
a/test/runtest
b/test/runtest
index c3faa4262be19c29421ea3e0b362fa31c88464ee..a647b229aa13428f575090bfc64cebb6fa5b2fa4 100755
(executable)
--- a/
test/runtest
+++ b/
test/runtest
@@
-999,6
+999,11
@@
RESET_AFTER_EXTRA_LINE_READ:
@saved = ();
}
@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.
# 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' =>
{ '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 =/', },
};
};