summaryrefslogtreecommitdiff
path: root/test/runtest
diff options
context:
space:
mode:
authorJeremy Harris <jgh146exb@wizmail.org>2015-08-05 16:01:50 +0100
committerJeremy Harris <jgh146exb@wizmail.org>2015-08-05 16:14:36 +0100
commit0886a95e57e47c507ad3a52e3c9d3581ee7b6ddc (patch)
tree2a87213e60de78a5f00fecd1acc6ee6142e41665 /test/runtest
parentb9f2a22f51ad7cd95e9c345d904920e351786db2 (diff)
Testsuite: Avoid requesting TLS cert-status requests from GnuTLS test utility unless wanted
Diffstat (limited to 'test/runtest')
-rwxr-xr-xtest/runtest3
1 files changed, 0 insertions, 3 deletions
diff --git a/test/runtest b/test/runtest
index 1cf6aadfa..fcc7a972e 100755
--- a/test/runtest
+++ b/test/runtest
@@ -773,9 +773,6 @@ 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;