summaryrefslogtreecommitdiff
path: root/test
diff options
context:
space:
mode:
authorJeremy Harris <jgh146exb@wizmail.org>2023-01-01 14:00:11 +0000
committerJeremy Harris <jgh146exb@wizmail.org>2023-01-01 14:00:11 +0000
commitb77f1b5c34fd54dd2f05d698410523e0427992b3 (patch)
treef1809656f3aee290af52682c636e0aaf3e572904 /test
parentca4014de81e6aa367aa0a54c49b4c3d4b137814c (diff)
downloadexim4-b77f1b5c34fd54dd2f05d698410523e0427992b3.tar.gz
Testsuite: munge changes
Diffstat (limited to 'test')
-rwxr-xr-xtest/runtest8
1 files changed, 4 insertions, 4 deletions
diff --git a/test/runtest b/test/runtest
index 5796cedf2..c518c1080 100755
--- a/test/runtest
+++ b/test/runtest
@@ -1127,10 +1127,10 @@ RESET_AFTER_EXTRA_LINE_READ:
# TLS preload
# only OpenSSL speaks of these
- next if /^TLS: (preloading (DH params|ECDH curve|CA bundle) for server|generating selfsigned server cert)/;
- next if /^Diffie-Hellman initialized from default/;
- next if /^ECDH OpenSSL (< )?[\d.+]+: temp key parameter settings:/;
- next if /^ECDH: .*'prime256v1'/;
+ next if /^TLS: (preloading (DH params \S+|ECDH curve \S+|CA bundle) for server|generating selfsigned server cert)/;
+ next if /^ Diffie-Hellman initialized from default/;
+ 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/;
next if /^Generating 2048 bit RSA key/;