diff options
author | Jeremy Harris <jgh146exb@wizmail.org> | 2018-11-25 21:58:54 +0000 |
---|---|---|
committer | Jeremy Harris <jgh146exb@wizmail.org> | 2018-11-25 21:58:54 +0000 |
commit | 625f40fc27846bbb28fdd14fdc6941b99a431180 (patch) | |
tree | 02c1b0450a2be5e13cbeb00c21ad2d7578a70ae5 /test/runtest | |
parent | d0858b275a1db481912b6f6ff1513940583ebd41 (diff) |
Testsuite: ignore OCSP option output; fixes runs on non-OCSP builds
Diffstat (limited to 'test/runtest')
-rwxr-xr-x | test/runtest | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/test/runtest b/test/runtest index 62d49adf3..2392752e4 100755 --- 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. - 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\?/; |