[openssl] master update

Matt Caswell matt at openssl.org
Thu Jun 17 07:21:17 UTC 2021


The branch master has been updated
       via  fd6d0c5ac4bc685b4021824fa56fcec245f08884 (commit)
      from  d84c368b60f1bfc896569d64246d08b5d6b6e600 (commit)


- Log -----------------------------------------------------------------
commit fd6d0c5ac4bc685b4021824fa56fcec245f08884
Author: Richard Levitte <levitte at openssl.org>
Date:   Wed Jun 16 06:52:27 2021 +0200

    Fix small typo in test/recipes/05-test_pbe.t
    
    Reviewed-by: Paul Dale <pauli at openssl.org>
    Reviewed-by: Tomas Mraz <tomas at openssl.org>
    (Merged from https://github.com/openssl/openssl/pull/15786)

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

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

diff --git a/test/recipes/05-test_pbe.t b/test/recipes/05-test_pbe.t
index 76319f1151..c26e2e9a8f 100644
--- a/test/recipes/05-test_pbe.t
+++ b/test/recipes/05-test_pbe.t
@@ -24,5 +24,5 @@ plan tests => 1;
 
 $ENV{OPENSSL_CONF} = abs_path(srctop_file("test", "default-and-legacy.cnf"));
 
-ok(run(test((["pbetest"])), "Running PBE test"));
+ok(run(test((["pbetest"]))), "Running PBE test");
 


More information about the openssl-commits mailing list