diff options
author | Jeremy Harris <jgh146exb@wizmail.org> | 2015-08-02 16:09:54 +0100 |
---|---|---|
committer | Jeremy Harris <jgh146exb@wizmail.org> | 2015-08-02 16:09:54 +0100 |
commit | b9f2a22f51ad7cd95e9c345d904920e351786db2 (patch) | |
tree | b8baa8e1a11e6c9a62d05011d81b8981254e720f /test | |
parent | 82d14d6a7ecbaf515d7feb30c351c92a4b429f43 (diff) |
Testsuite: pass GnuTLS despite OCSP whining
Diffstat (limited to 'test')
-rwxr-xr-x | test/runtest | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/test/runtest b/test/runtest index fcc7a972e..1cf6aadfa 100755 --- a/test/runtest +++ b/test/runtest @@ -773,6 +773,9 @@ RESET_AFTER_EXTRA_LINE_READ: s/(TLS error on connection (?:from .* )?\(SSL_\w+\): error:)(.*)/$1 <<detail omitted>>/; + # ======== GnuTLS problems ======== + next if /OCSP unusable with this GnuTLS library version/; + # ======== Maildir things ======== # timestamp output in maildir processing s/(timestamp=|\(timestamp_only\): )\d+/$1ddddddd/g; |