提交 f006217b 编写于 作者: V Viktor Dukhovni

Fix Custom Extension tests skip count

Reviewed-by: NRichard Levitte <levitte@openssl.org>
上级 34980760
......@@ -560,7 +560,7 @@ sub testssl {
plan tests => 1;
SKIP: {
skip "TLSv1.0 is not supported by this OpenSSL build", 7
skip "TLSv1.0 is not supported by this OpenSSL build", 1
if $no_tls1;
ok(run(test([@ssltest, "-bio_pair", "-tls1", "-custom_ext"])),
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册