diff options
author | Jeremy Harris <jgh146exb@wizmail.org> | 2017-10-26 20:20:41 +0100 |
---|---|---|
committer | Jeremy Harris <jgh146exb@wizmail.org> | 2017-10-26 20:21:02 +0100 |
commit | 42427533718a750c21e3bc03df94c6f93581eaec (patch) | |
tree | c5fcd1abf5f91f84d31050ec468f451fc2db92b0 /test/runtest | |
parent | cc6ea8f7c7642ec76dd1615e23cf57fd3d2a1aa9 (diff) |
Testsuite: OpenSSL version output variances
Diffstat (limited to 'test/runtest')
-rwxr-xr-x | test/runtest | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/test/runtest b/test/runtest index 94ecd6944..b6babd06a 100755 --- a/test/runtest +++ b/test/runtest @@ -1175,8 +1175,7 @@ RESET_AFTER_EXTRA_LINE_READ: 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/; + s/(TLS error on connection [^:]*: error:)[0-9A-F]{8}(:system library):(?:fopen|func\(4095\)):(No such file or directory)$/$1xxxxxxxx$2:fopen:$3/; } # ======== All files other than stderr ======== |