Testsuite: ignore OCSP option output; fixes runs on non-OCSP builds
authorJeremy Harris <jgh146exb@wizmail.org>
Sun, 25 Nov 2018 21:58:54 +0000 (21:58 +0000)
committerJeremy Harris <jgh146exb@wizmail.org>
Sun, 25 Nov 2018 21:58:54 +0000 (21:58 +0000)
test/runtest
test/stderr/5410
test/stderr/5820
test/stderr/5840

index 62d49adf3fd5249e969dfc7b3bcac3719e9187d5..2392752e4aced16e1b84e269da89cb59abd2ce23 100755 (executable)
@@ -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\?/;
 
index 3946b8f073f17d0e57a1a5064c84522b4be5a681..26302d456149184f40542501b8dfc0d62c9deae9 100644 (file)
@@ -104,8 +104,6 @@ cmd buf flush ddd bytes
   SMTP>> STARTTLS
 cmd buf flush ddd bytes
   SMTP<< 220 TLS go ahead
-127.0.0.1 in hosts_require_ocsp? no (option unset)
-127.0.0.1 in hosts_request_ocsp? yes (matched "*")
 127.0.0.1 in tls_verify_hosts? no (option unset)
 127.0.0.1 in tls_try_verify_hosts? no (end of list)
   SMTP>> EHLO myhost.test.ex
index 5807a105925d7898ee164fa46e5a71f6826b826f..b6a8db9773d47e9b3cfd2730bd42e945a6e8479e 100644 (file)
@@ -38,8 +38,6 @@
 >>>   SMTP>> STARTTLS
 >>> cmd buf flush 10 bytes
 >>>   SMTP<< 220 TLS go ahead
->>> ip4.ip4.ip4.ip4 in hosts_require_ocsp? no (option unset)
->>> ip4.ip4.ip4.ip4 in hosts_request_ocsp? yes (matched "*")
 >>>   SMTP>> EHLO myhost.test.ex
 >>> cmd buf flush 21 bytes
 >>>   SMTP<< 250-myhost.test.ex Hello the.local.host.name [ip4.ip4.ip4.ip4]
index 62927712615ad81dc9947ab59e422253489eecbd..e4da8d0836dc86c5e6c9f1fcd7e6dd8d3d145ec8 100644 (file)
@@ -38,9 +38,6 @@
 >>>   SMTP>> STARTTLS
 >>> cmd buf flush 10 bytes
 >>>   SMTP<< 220 TLS go ahead
->>> ip4.ip4.ip4.ip4 in hosts_require_ocsp? no (option unset)
->>> ip4.ip4.ip4.ip4 in hosts_require_ocsp? no (option unset)
->>> ip4.ip4.ip4.ip4 in hosts_request_ocsp? no (end of list)
 >>>   SMTP>> EHLO myhost.test.ex
 >>> cmd buf flush 21 bytes
 >>>   SMTP<< 250-myhost.test.ex Hello the.local.host.name [ip4.ip4.ip4.ip4]