summaryrefslogtreecommitdiffstats
path: root/test/recipes/30-test_evp.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/30-test_evp.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/30-test_evp.t')
-rw-r--r--test/recipes/30-test_evp.t2
1 files changed, 0 insertions, 2 deletions
diff --git a/test/recipes/30-test_evp.t b/test/recipes/30-test_evp.t
index 88eb41e1c1..5f7585cc79 100644
--- a/test/recipes/30-test_evp.t
+++ b/test/recipes/30-test_evp.t
@@ -80,8 +80,6 @@ plan tests =>
unless ($no_fips) {
my $infile = bldtop_file('providers', platform->dso('fips'));
- $ENV{OPENSSL_MODULES} = bldtop_dir("providers");
- $ENV{OPENSSL_CONF_INCLUDE} = bldtop_dir("providers");
ok(run(app(['openssl', 'fipsinstall',
'-out', bldtop_file('providers', 'fipsmodule.cnf'),