diff options
author | Jeremy Harris <jgh146exb@wizmail.org> | 2017-10-13 17:05:59 +0100 |
---|---|---|
committer | Jeremy Harris <jgh146exb@wizmail.org> | 2017-10-13 17:25:10 +0100 |
commit | 131c0f8aad2e08201a3977401f15dfd2b5127b69 (patch) | |
tree | 03f0b5374a42f5a5aab402c4488f4524d994ef04 /test/runtest | |
parent | 503e05540de7aedd491eeb1bc03373d6fa6950cb (diff) |
Testsuite: add cipher-suite seen on OpenBSD
Diffstat (limited to 'test/runtest')
-rwxr-xr-x | test/runtest | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/runtest b/test/runtest index 0a514ad65..57526db19 100755 --- a/test/runtest +++ b/test/runtest @@ -906,7 +906,7 @@ 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:/; + 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./; |