summaryrefslogtreecommitdiffstats
path: root/test/recipes/80-test_ct.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/80-test_ct.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/80-test_ct.t')
-rw-r--r--test/recipes/80-test_ct.t2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/recipes/80-test_ct.t b/test/recipes/80-test_ct.t
index 8350467f7e..33cb71583b 100644
--- a/test/recipes/80-test_ct.t
+++ b/test/recipes/80-test_ct.t
@@ -11,7 +11,7 @@ use OpenSSL::Test qw/:DEFAULT srctop_file srctop_dir/;
use OpenSSL::Test::Simple;
setup("test_ct");
-$ENV{CTLOG_FILE} = srctop_file("test", "ct", "log_list.cnf");
+
$ENV{CT_DIR} = srctop_dir("test", "ct");
$ENV{CERTS_DIR} = srctop_dir("test", "certs");
simple_test("test_ct", "ct_test", "ct", "ec");