Centralise Environment Variables for the tests
authorMatt Caswell <matt@openssl.org>
Thu, 30 Apr 2020 15:08:57 +0000 (16:08 +0100)
committerMatt Caswell <matt@openssl.org>
Wed, 6 May 2020 10:40:53 +0000 (11:40 +0100)
commit6ed34b3eff68b79ce9fb00d84c95c950d8bc7bdd
tree9b85f6781b18c14fe81f624707088349dc6af1c1
parent500a7615173c8ae2362a05e1affd376ab2b41a94
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)
17 files changed:
test/README
test/recipes/03-test_fipsinstall.t
test/recipes/30-test_afalg.t
test/recipes/30-test_evp.t
test/recipes/30-test_evp_fetch_prov.t
test/recipes/70-test_comp.t
test/recipes/70-test_sslmessages.t
test/recipes/70-test_tls13kexmodes.t
test/recipes/70-test_tls13messages.t
test/recipes/70-test_tls13psk.t
test/recipes/80-test_ct.t
test/recipes/80-test_ssl_new.t
test/recipes/80-test_ssl_old.t
test/recipes/90-test_includes.t
test/recipes/90-test_sslapi.t
test/recipes/90-test_sslprovider.t
test/run_tests.pl