The branch master has been updated
       via  f006217bb628d05a2d5b866ff252bd94e3477e1f (commit)
      from  349807608f31b20af01a342d0072bb92e0b036e2 (commit)


- Log -----------------------------------------------------------------
commit f006217bb628d05a2d5b866ff252bd94e3477e1f
Author: Viktor Dukhovni <openssl-us...@dukhovni.org>
Date:   Tue Jan 26 16:52:26 2016 -0500

    Fix Custom Extension tests skip count
    
    Reviewed-by: Richard Levitte <levi...@openssl.org>

-----------------------------------------------------------------------

Summary of changes:
 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 d0bb79a..bcac431 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"])),
_____
openssl-commits mailing list
To unsubscribe: https://mta.openssl.org/mailman/listinfo/openssl-commits

Reply via email to