Fix Custom Extension tests skip count

Reviewed-by: Richard Levitte <levitte@openssl.org>
This commit is contained in:
Viktor Dukhovni 2016-01-26 16:52:26 -05:00
parent 349807608f
commit f006217bb6

View File

@ -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"])),