From 5f921f97ea35dc788cebd28adbf95877a25a5b1a Mon Sep 17 00:00:00 2001 From: Jeremy Harris Date: Sun, 20 Dec 2015 18:08:11 +0000 Subject: [PATCH] Testsuite: OpenSSL version variances --- test/runtest | 1 + 1 file changed, 1 insertion(+) diff --git a/test/runtest b/test/runtest index 88c26e273..d060fda92 100755 --- a/test/runtest +++ b/test/runtest @@ -771,6 +771,7 @@ RESET_AFTER_EXTRA_LINE_READ: # different wording in the error messages, so we cannot compare them. s/(TLS error on connection (?:from .* )?\(SSL_\w+\): error:)(.*)/$1 <>/; + next if /SSL verify error: depth=0 error=certificate not trusted/; # ======== Maildir things ======== # timestamp output in maildir processing -- 2.30.2