]> git.ipfire.org Git - thirdparty/openssl.git/blobdiff - test/recipes/30-test_provider_status.t
TEST: Remove the build of fipsmodule.cnf from test recipes
[thirdparty/openssl.git] / test / recipes / 30-test_provider_status.t
index 03304ba4a2b49499cbad4c80444cef4a16ed6a13..0aaaf7ef4903102f0888a964ccb734a5d52fc273 100644 (file)
@@ -19,21 +19,13 @@ setup("test_provider_status");
 
 use lib srctop_dir('Configurations');
 use lib bldtop_dir('.');
-use platform;
 
 my $no_fips = disabled('fips') || ($ENV{NO_FIPS} // 0);
 
 plan skip_all => "provider_status is not supported by this test"
     if $no_fips;
 
-plan tests => 2;
-
-my $infile = bldtop_file('providers', platform->dso('fips'));
-
-ok(run(app(['openssl', 'fipsinstall',
-            '-out', bldtop_file('providers', 'fipsmodule.cnf'),
-            '-module', $infile])),
-   "fipsinstall");
+plan tests => 1;
 
 ok(run(test(["provider_status_test", "-config", srctop_file("test","fips.cnf"),
              "-provider_name", "fips"])),