diff options
author | Jeremy Harris <jgh146exb@wizmail.org> | 2015-12-20 18:08:11 +0000 |
---|---|---|
committer | Jeremy Harris <jgh146exb@wizmail.org> | 2015-12-20 18:08:11 +0000 |
commit | 5f921f97ea35dc788cebd28adbf95877a25a5b1a (patch) | |
tree | 05615cdbf3d4c4ed48152fc4ddbdd4d08a49c3a5 /test | |
parent | 4d8bb202c2acd917cba95c35d45f832481b85e56 (diff) |
Testsuite: OpenSSL version variances
Diffstat (limited to 'test')
-rwxr-xr-x | test/runtest | 1 |
1 files changed, 1 insertions, 0 deletions
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 <<detail omitted>>/; + next if /SSL verify error: depth=0 error=certificate not trusted/; # ======== Maildir things ======== # timestamp output in maildir processing |