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
Testsuite: ignore OCSP option output; fixes runs on non-OCSP builds
[exim.git]
/
test
/
runtest
diff --git
a/test/runtest
b/test/runtest
index 62d49adf3fd5249e969dfc7b3bcac3719e9187d5..2392752e4aced16e1b84e269da89cb59abd2ce23 100755
(executable)
--- a/
test/runtest
+++ b/
test/runtest
@@
-1109,9
+1109,11
@@
RESET_AFTER_EXTRA_LINE_READ:
# Skip hosts_require_dane checks when the options
# are unset, because dane ain't always there.
# 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;
next if /in\shosts_require_dane\?\sno\s\(option\sunset\)/x;
+ # DISABLE_OCSP
+ next if /in hosts_requ(est|ire)_ocsp\? (no|yes)/;
+
# SUPPORT_PROXY
next if /host in hosts_proxy\?/;
# SUPPORT_PROXY
next if /host in hosts_proxy\?/;