[openssl-commits] [openssl] master update

Richard Levitte levitte at openssl.org
Tue Aug 2 09:37:41 UTC 2016


The branch master has been updated
       via  f4947bf10ed505f54dcae11fd028a3ec98ee4f3b (commit)
      from  ee94aeee7d3e246adae59e1d0b2a59acc44ae9b5 (commit)


- Log -----------------------------------------------------------------
commit f4947bf10ed505f54dcae11fd028a3ec98ee4f3b
Author: Richard Levitte <levitte at openssl.org>
Date:   Tue Aug 2 11:19:07 2016 +0200

    In 80-test_ssl_new, more "plan tests" to a more useful position
    
    Reviewed-by: Matt Caswell <matt at openssl.org>

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

Summary of changes:
 test/recipes/80-test_ssl_new.t | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/test/recipes/80-test_ssl_new.t b/test/recipes/80-test_ssl_new.t
index 29aa950..941ace7 100644
--- a/test/recipes/80-test_ssl_new.t
+++ b/test/recipes/80-test_ssl_new.t
@@ -26,6 +26,10 @@ map { s/;.*// } @conf_srcs if $^O eq "VMS";
 my @conf_files = map { basename($_) } @conf_srcs;
 map { s/\.in// } @conf_files;
 
+# We hard-code the number of tests to double-check that the globbing above
+# finds all files as expected.
+plan tests => 11;  # = scalar @conf_srcs
+
 # Some test results depend on the configuration of enabled protocols. We only
 # verify generated sources in the default configuration.
 my $is_default_tls = (disabled("ssl3") && !disabled("tls1") &&
@@ -62,10 +66,6 @@ foreach my $conf (@conf_files) {
     }
 }
 
-# We hard-code the number of tests to double-check that the globbing above
-# finds all files as expected.
-plan tests => 11;  # = scalar @conf_srcs
-
 sub test_conf {
     plan tests => 3;
 


More information about the openssl-commits mailing list