Fix Custom Extension tests skip count
[openssl.git] / test / recipes / 80-test_ssl.t
index d0bb79a8d37435da43d5262bda67e31e1ad33594..bcac431995045748c91ccedc81d85fc16e85da3e 100644 (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"])),