X-Git-Url: https://vcs.fsf.org/?p=exim.git;a=blobdiff_plain;f=test%2Fruntest;h=1cf6aadfa72ae2659d9a2bec48ea02f0ae7e7f93;hp=fcc7a972e20cb7510761e75ea5a0f2fdab479ed7;hb=b9f2a22f51ad7cd95e9c345d904920e351786db2;hpb=82d14d6a7ecbaf515d7feb30c351c92a4b429f43;ds=sidebyside 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 <>/; + # ======== 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;