summaryrefslogtreecommitdiffstats
path: root/test/recipes/03-test_fipsinstall.t
diff options
context:
space:
mode:
authorMatt Caswell <matt@openssl.org>2020-04-30 16:08:57 +0100
committerMatt Caswell <matt@openssl.org>2020-05-06 11:40:53 +0100
commit6ed34b3eff68b79ce9fb00d84c95c950d8bc7bdd (patch)
tree9b85f6781b18c14fe81f624707088349dc6af1c1 /test/recipes/03-test_fipsinstall.t
parent500a7615173c8ae2362a05e1affd376ab2b41a94 (diff)
Centralise Environment Variables for the tests
The test_includes test was failing if OPENSSL_CONF_INCLUDE happened to be set in the user's environment. To ensure that no tests accidentally use this or other enviroment variables from the user's environment we automatically set them centrally for all tests. Reviewed-by: Tomas Mraz <tmraz@fedoraproject.org> (Merged from https://github.com/openssl/openssl/pull/11691)
Diffstat (limited to 'test/recipes/03-test_fipsinstall.t')
-rw-r--r--test/recipes/03-test_fipsinstall.t1
1 files changed, 0 insertions, 1 deletions
diff --git a/test/recipes/03-test_fipsinstall.t b/test/recipes/03-test_fipsinstall.t
index b35ddfc7b0..16ae955663 100644
--- a/test/recipes/03-test_fipsinstall.t
+++ b/test/recipes/03-test_fipsinstall.t
@@ -27,7 +27,6 @@ plan skip_all => "Test only supported in a fips build" if disabled("fips");
plan tests => 12;
my $infile = bldtop_file('providers', platform->dso('fips'));
-$ENV{OPENSSL_MODULES} = bldtop_dir("providers");
# fail if no module name
ok(!run(app(['openssl', 'fipsinstall', '-out', 'fips.cnf', '-module',