From f006217bb628d05a2d5b866ff252bd94e3477e1f Mon Sep 17 00:00:00 2001 From: Viktor Dukhovni Date: Tue, 26 Jan 2016 16:52:26 -0500 Subject: [PATCH] Fix Custom Extension tests skip count Reviewed-by: Richard Levitte --- test/recipes/80-test_ssl.t | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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"])), -- 2.34.1