From d7104f0f9369d97d97bf6df4f772760767775f16 Mon Sep 17 00:00:00 2001 From: Neil Horman Date: Thu, 4 Sep 2025 16:14:21 -0400 Subject: [PATCH] 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) --- test/recipes/81-test_cmp_cli.t | 6 ------ 1 file changed, 6 deletions(-) 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) { -- 2.47.3