diff options
author | Matt Caswell <matt@openssl.org> | 2020-04-30 17:08:57 +0200 |
---|---|---|
committer | Matt Caswell <matt@openssl.org> | 2020-05-06 12:40:53 +0200 |
commit | 6ed34b3eff68b79ce9fb00d84c95c950d8bc7bdd (patch) | |
tree | 9b85f6781b18c14fe81f624707088349dc6af1c1 /test/recipes/90-test_sslapi.t | |
parent | The synthesized OPENSSL_VERSION_NUMBER must be long (diff) | |
download | openssl-6ed34b3eff68b79ce9fb00d84c95c950d8bc7bdd.tar.xz openssl-6ed34b3eff68b79ce9fb00d84c95c950d8bc7bdd.zip |
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/90-test_sslapi.t')
-rw-r--r-- | test/recipes/90-test_sslapi.t | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/test/recipes/90-test_sslapi.t b/test/recipes/90-test_sslapi.t index b89b783805..e25ca0ba3e 100644 --- a/test/recipes/90-test_sslapi.t +++ b/test/recipes/90-test_sslapi.t @@ -30,9 +30,6 @@ plan tests => (undef, my $tmpfilename) = tempfile(); -$ENV{OPENSSL_MODULES} = bldtop_dir("providers"); -$ENV{OPENSSL_CONF_INCLUDE} = bldtop_dir("providers"); - ok(run(test(["sslapitest", srctop_dir("test", "certs"), srctop_file("test", "recipes", "90-test_sslapi_data", "passwd.txt"), $tmpfilename, "default", |