summaryrefslogtreecommitdiff
path: root/test
diff options
context:
space:
mode:
authorJeremy Harris <jgh146exb@wizmail.org>2020-10-10 18:18:01 +0100
committerJeremy Harris <jgh146exb@wizmail.org>2020-10-10 18:18:01 +0100
commit7e8793815bb43f97a022c6b71850206dbbd5d378 (patch)
tree7ee99500f226bf07817e9044d572c7660d2f2503 /test
parentfe192666f5de206b57cbbe07a4d90fd4868ea90b (diff)
Testsuite & OpenSSL debug: regularise debug output, and fix test munging
Diffstat (limited to 'test')
-rwxr-xr-xtest/runtest4
1 files changed, 2 insertions, 2 deletions
diff --git a/test/runtest b/test/runtest
index a6ae28447..cd4b7a219 100755
--- a/test/runtest
+++ b/test/runtest
@@ -1074,8 +1074,8 @@ RESET_AFTER_EXTRA_LINE_READ:
# only OpenSSL speaks of these
next if /^TLS: preloading (DH params|ECDH curve|CA bundle) for server/;
next if /^Diffie-Hellman initialized from default/;
- next if /^ECDH OpenSSL [< ]?[\d.+]+ temp key parameter settings:/;
- next if /^ECDH: .'*prime256v1'/;
+ next if /^ECDH OpenSSL (< )?[\d.+]+: temp key parameter settings:/;
+ next if /^ECDH: .*'prime256v1'/;
next if /^tls_verify_certificates: system$/;
next if /^tls_set_watch: .*\/cert.pem/;