Fix Custom Extension tests skip count
Reviewed-by: Richard Levitte <levitte@openssl.org>
This commit is contained in:
@@ -560,7 +560,7 @@ sub testssl {
|
|||||||
plan tests => 1;
|
plan tests => 1;
|
||||||
|
|
||||||
SKIP: {
|
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;
|
if $no_tls1;
|
||||||
|
|
||||||
ok(run(test([@ssltest, "-bio_pair", "-tls1", "-custom_ext"])),
|
ok(run(test([@ssltest, "-bio_pair", "-tls1", "-custom_ext"])),
|
||||||
|
|||||||
Reference in New Issue
Block a user