Commit 1bee9d6b authored by Richard Levitte's avatar Richard Levitte Committed by Rich Salz
Browse files

Fix ct_test to not assume it's in the source directory



ct_test assumed it's run in the source directory and failed when built
elsewhere.  It still defaults to that, but can be told another story
with the environment variables CT_DIR and CERTS_DIR.

Test recipe updated to match.

Reviewed-by: default avatarMatt Caswell <matt@openssl.org>
Reviewed-by: default avatarEmilia Käsper <emilia@openssl.org>
Reviewed-by: default avatarRich Salz <rsalz@openssl.org>
parent 9ddff1e8
Loading
Loading
Loading
Loading
+0 −1
Original line number Diff line number Diff line
@@ -8,4 +8,3 @@ $ENV{CTLOG_FILE} = srctop_file("test", "ct", "log_list.conf");
$ENV{CT_DIR} = srctop_file("test", "ct");
$ENV{CERTS_DIR} = srctop_file("test", "certs");
simple_test("test_ct", "ct_test", "ct", "ec");