From: Viktor Dukhovni Date: Tue, 26 Jan 2016 21:52:26 +0000 (-0500) Subject: Fix Custom Extension tests skip count X-Git-Tag: OpenSSL_1_1_0-pre3~406 X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=f006217bb628d05a2d5b866ff252bd94e3477e1f;p=oweals%2Fopenssl.git Fix Custom Extension tests skip count Reviewed-by: Richard Levitte --- 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"])),