diff options
author | Jeremy Harris <jgh146exb@wizmail.org> | 2017-10-14 21:43:37 +0100 |
---|---|---|
committer | Jeremy Harris <jgh146exb@wizmail.org> | 2017-10-14 21:43:37 +0100 |
commit | f5978b01c1ee361862af1d558bfee43efcb435a6 (patch) | |
tree | 7511bbb510759341bb6bc9e4ac79b2f2f8debcd8 /test/runtest | |
parent | 47c292c9f32228f49ec757aef80d0b406d063827 (diff) |
Testsuite: OpenSSL version output variances
Diffstat (limited to 'test/runtest')
-rwxr-xr-x | test/runtest | 6 |
1 files 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 ======== |