]> git.ipfire.org Git - thirdparty/openssl.git/commitdiff
remove loader_attic test from test_cmp_cli
authorNeil Horman <nhorman@openssl.org>
Thu, 4 Sep 2025 20:14:21 +0000 (16:14 -0400)
committerPauli <paul.dale@oracle.com>
Wed, 17 Sep 2025 00:21:46 +0000 (10:21 +1000)
This engine is going away (in fact they all are), so just remove the
test cases referencing this engine

Reviewed-by: Matt Caswell <matt@openssl.org>
Reviewed-by: Shane Lontis <shane.lontis@oracle.com>
Reviewed-by: Paul Dale <ppzgs1@gmail.com>
(Merged from https://github.com/openssl/openssl/pull/28461)

test/recipes/81-test_cmp_cli.t

index 77a83c2bed8cde875782ea449937d5f4ebaacf63..c90912b15ee5d174ebe1e0ae62b2c079aa1245af 100644 (file)
@@ -48,12 +48,6 @@ my @cmp_server_tests = (
     [ "with polling",             [ "-poll_count", "1"       ], 1 ]
     );
 
-# loader_attic doesn't build on VMS, so we don't test it
-push @cmp_server_tests, (
-    [ "with loader_attic engine", [ "-engine", "loader_attic"], 1 ]
-    )
-    unless disabled('loadereng');
-
 plan tests => @cmp_basic_tests + @cmp_server_tests;
 
 foreach (@cmp_basic_tests) {