[openssl] master update

shane.lontis at oracle.com shane.lontis at oracle.com
Sun Nov 8 21:59:38 UTC 2020


The branch master has been updated
       via  8016faf156287d9ef69cb7b6a0012ae0af631ce6 (commit)
      from  07af94416ff740b4346689ee4c20cb26a33708c7 (commit)


- Log -----------------------------------------------------------------
commit 8016faf156287d9ef69cb7b6a0012ae0af631ce6
Author: Shane Lontis <shane.lontis at oracle.com>
Date:   Wed Nov 4 12:48:03 2020 +1000

    Remove test that breaks on AIX.
    
    The offending test checks that fopen("anydir/") fails. This looks fairly platform
    specific. For the test involved this creates a file called
    "anydir" on an AIX test machine.
    
    This change was introduced on (Sept 24)
    https://github.com/openssl/openssl/commit/29844ea5b3d2b7240d99b043a0d82cb177f0762d
    
    Reviewed-by: Matt Caswell <matt at openssl.org>
    (Merged from https://github.com/openssl/openssl/pull/13309)

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

Summary of changes:
 test/recipes/25-test_x509.t | 4 +---
 1 file changed, 1 insertion(+), 3 deletions(-)

diff --git a/test/recipes/25-test_x509.t b/test/recipes/25-test_x509.t
index 896c5a1e6a..0e3b83aedf 100644
--- a/test/recipes/25-test_x509.t
+++ b/test/recipes/25-test_x509.t
@@ -16,7 +16,7 @@ use OpenSSL::Test qw/:DEFAULT srctop_file/;
 
 setup("test_x509");
 
-plan tests => 15;
+plan tests => 14;
 
 require_ok(srctop_file('test','recipes','tconversion.pl'));
 
@@ -124,8 +124,6 @@ sub test_errors { # actually tests diagnostics of OSSL_STORE
     return $res && $found;
 }
 
-ok(test_errors("Can't open any-dir/", "root-cert.pem", '-out', 'any-dir/'),
-   "load root-cert errors");
 ok(test_errors("RC2-40-CBC", "v3-certs-RC2.p12", '-passin', 'pass:v3-certs'),
    "load v3-certs-RC2 no asn1 errors");
 SKIP: {


More information about the openssl-commits mailing list