Commit d7104f0f93 for openssl.org

commit d7104f0f9369d97d97bf6df4f772760767775f16
Author: Neil Horman <nhorman@openssl.org>
Date:   Thu Sep 4 16:14:21 2025 -0400

    remove loader_attic test from test_cmp_cli

    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)

diff --git a/test/recipes/81-test_cmp_cli.t b/test/recipes/81-test_cmp_cli.t
index 77a83c2bed..c90912b15e 100644
--- a/test/recipes/81-test_cmp_cli.t
+++ b/test/recipes/81-test_cmp_cli.t
@@ -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) {