From f5978b01c1ee361862af1d558bfee43efcb435a6 Mon Sep 17 00:00:00 2001 From: Jeremy Harris Date: Sat, 14 Oct 2017 21:43:37 +0100 Subject: [PATCH] Testsuite: OpenSSL version output variances --- test/runtest | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/test/runtest b/test/runtest index 57526db19..bdfe32b08 100755 --- a/test/runtest +++ b/test/runtest @@ -906,8 +906,6 @@ RESET_AFTER_EXTRA_LINE_READ: s/CONNECT_CR_FINISHED/ssl3_read_bytes/i; s/^\d+:error:\d+(?:E\d+)?(:SSL routines:ssl3_read_bytes:[^:]+:).*(:SSL alert number \d\d)$/pppp:error:dddddddd$1\[...\]$2/; - s/^(TLS error on connection .*):func\(4095\):(No such file or directory)$/$1:fopen:$2/; - # gnutls version variances next if /^Error in the pull function./; @@ -1171,6 +1169,10 @@ RESET_AFTER_EXTRA_LINE_READ: # CHUNKING: exact sizes depend on hostnames in headers s/(=>.* K C="250- \d)\d+ (byte chunk, total \d)\d+/$1nn $2nn/; + + # openssl version variances + s/(TLS error on connection .*: error:)[0-9A-F]{8}(:system library):func\(4095\):(No such file or + directory)$/$1xxxxxxxx$2:fopen:$3/; } # ======== All files other than stderr ======== -- 2.30.2