summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorViktor Dukhovni <openssl-users@dukhovni.org>2016-01-26 16:52:26 -0500
committerViktor Dukhovni <openssl-users@dukhovni.org>2016-01-26 21:19:57 -0500
commitf006217bb628d05a2d5b866ff252bd94e3477e1f (patch)
tree0eaaa954b725975c46ae72e3f7c54bd24240fedb
parent349807608f31b20af01a342d0072bb92e0b036e2 (diff)
Fix Custom Extension tests skip count
Reviewed-by: Richard Levitte <levitte@openssl.org>
-rw-r--r--test/recipes/80-test_ssl.t2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/recipes/80-test_ssl.t b/test/recipes/80-test_ssl.t
index d0bb79a8d3..bcac431995 100644
--- a/test/recipes/80-test_ssl.t
+++ b/test/recipes/80-test_ssl.t
@@ -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"])),