From: Neil Horman Date: Thu, 4 Sep 2025 20:14:21 +0000 (-0400) Subject: remove loader_attic test from test_cmp_cli X-Git-Tag: 4.0-PRE-CLANG-FORMAT-WEBKIT~484 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=d7104f0f9369d97d97bf6df4f772760767775f16;p=thirdparty%2Fopenssl.git 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 Reviewed-by: Shane Lontis Reviewed-by: Paul Dale (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 77a83c2bed8..c90912b15ee 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) {