[openssl-commits] [openssl] master update

Richard Levitte levitte at openssl.org
Sat Sep 19 21:34:01 UTC 2015


The branch master has been updated
       via  cc0b19a7fcda6933699bcd96641163677ae286ac (commit)
      from  50db968aad353756f71b844d6edc1cf58231e78c (commit)


- Log -----------------------------------------------------------------
commit cc0b19a7fcda6933699bcd96641163677ae286ac
Author: Richard Levitte <levitte at openssl.org>
Date:   Sat Sep 19 22:55:55 2015 +0200

    Make sure to actually use @smime_cms_comp_test when testing it...
    
    Obvious typo, and it took configuring with 'zlib' to discover it,
    otherwise there was a previous skip that bypassed this section
    entirely.
    
    Reviewed-by: Tim Hudson <tjh at openssl.org>

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

Summary of changes:
 test/recipes/80-test_cms.t | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/test/recipes/80-test_cms.t b/test/recipes/80-test_cms.t
index cc2786f..29a08b9 100644
--- a/test/recipes/80-test_cms.t
+++ b/test/recipes/80-test_cms.t
@@ -445,7 +445,7 @@ subtest "CMS <=> CMS consistency tests, modified key parameters\n" => sub {
 	  unless grep /ZLIB/, run(app(["openssl", "version", "-f"]),
 				  capture => 1);
 
-      foreach (@smime_cms_param_tests) {
+      foreach (@smime_cms_comp_tests) {
 	SKIP: {
 	    my $skip_reason = check_availability($$_[0]);
 	    skip $skip_reason, 1 if $skip_reason;


More information about the openssl-commits mailing list