]> git.ipfire.org Git - thirdparty/openssl.git/commit
Remove test that breaks on AIX.
authorShane Lontis <shane.lontis@oracle.com>
Wed, 4 Nov 2020 02:48:03 +0000 (12:48 +1000)
committerShane Lontis <shane.lontis@oracle.com>
Sun, 8 Nov 2020 21:56:56 +0000 (07:56 +1000)
commit8016faf156287d9ef69cb7b6a0012ae0af631ce6
tree939fa3f810539431727a9e6abde48c3e50db5b6f
parent07af94416ff740b4346689ee4c20cb26a33708c7
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@openssl.org>
(Merged from https://github.com/openssl/openssl/pull/13309)
test/recipes/25-test_x509.t