Testsuite & OpenSSL debug: regularise debug output, and fix test munging
[users/heiko/exim.git] / test / runtest
index a6ae2844764f3d9907bb27b2ca2ac0261926cd76..cd4b7a2193e8d2916a411eda2831b1d04a45b5fc 100755 (executable)
@@ -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/;