summaryrefslogtreecommitdiff
path: root/test/runtest
diff options
context:
space:
mode:
authorJeremy Harris <jgh146exb@wizmail.org>2017-11-15 23:24:23 +0000
committerJeremy Harris <jgh146exb@wizmail.org>2017-11-15 23:25:09 +0000
commitea5aef3deb917659e57ddbba024539793f194ac5 (patch)
tree8dfc1650abb310bc6d5604430d17adabf57130c8 /test/runtest
parenta9a4ec099f74b6d56b1669af253cb0d28ddea28f (diff)
Testsuite: OpenSSL/LibreSSL version output variances
Diffstat (limited to 'test/runtest')
-rwxr-xr-xtest/runtest2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/runtest b/test/runtest
index d30936db0..2a13b4832 100755
--- a/test/runtest
+++ b/test/runtest
@@ -1183,7 +1183,7 @@ RESET_AFTER_EXTRA_LINE_READ:
# openssl version variances
s/(TLS error on connection [^:]*: error:)[0-9A-F]{8}(:system library):(?:fopen|func\(4095\)):(No such file or directory)$/$1xxxxxxxx$2:fopen:$3/;
- s/(DANE attempt failed.*error:[0-9A-F]{8}:SSL routines:)(tls_process_server_certificate|CONNECT_CR_CERT)(?=:certificate verify failed$)/$1ssl3_get_server_certificate/;
+ s/(DANE attempt failed.*error:)[0-9A-F]{8}(:SSL routines:)(ssl3_get_server_certificate|tls_process_server_certificate|CONNECT_CR_CERT)(?=:certificate verify failed$)/$1xxxxxxxx$2ssl3_get_server_certificate/;
}
# ======== All files other than stderr ========