From 1bee9d6b6c3bf9519bf46fd1a67d5f07eb2c9cb3 Mon Sep 17 00:00:00 2001 From: Richard Levitte Date: Wed, 9 Mar 2016 14:10:05 +0100 Subject: [PATCH] Fix ct_test to not assume it's in the source directory MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 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: Matt Caswell Reviewed-by: Emilia Käsper Reviewed-by: Rich Salz --- test/recipes/80-test_ct.t | 1 - 1 file changed, 1 deletion(-) diff --git a/test/recipes/80-test_ct.t b/test/recipes/80-test_ct.t index 6f1d8fc487..ff63fa4198 100644 --- a/test/recipes/80-test_ct.t +++ b/test/recipes/80-test_ct.t @@ -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"); - -- GitLab