git://git.exim.org
/
users
/
jgh
/
exim.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
82d14d6
)
Testsuite: pass GnuTLS despite OCSP whining
author
Jeremy Harris
<jgh146exb@wizmail.org>
Sun, 2 Aug 2015 15:09:54 +0000
(16:09 +0100)
committer
Jeremy Harris
<jgh146exb@wizmail.org>
Sun, 2 Aug 2015 15:09:54 +0000
(16:09 +0100)
test/runtest
patch
|
blob
|
history
diff --git
a/test/runtest
b/test/runtest
index fcc7a972e20cb7510761e75ea5a0f2fdab479ed7..1cf6aadfa72ae2659d9a2bec48ea02f0ae7e7f93 100755
(executable)
--- 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;