From ab1430b74d7849c18b4a1bc09d84235130804517 Mon Sep 17 00:00:00 2001 From: Tom Limoncelli Date: Wed, 3 Oct 2018 10:46:07 -0400 Subject: [PATCH] Testing: Fix confidence test. --- tools/confidence_test.sh | 3 +++ 1 file changed, 3 insertions(+) diff --git a/tools/confidence_test.sh b/tools/confidence_test.sh index abca0a7..0a69fbb 100755 --- a/tools/confidence_test.sh +++ b/tools/confidence_test.sh @@ -5,6 +5,9 @@ export PATH="${blackbox_home}:/usr/local/bin:/bin:/usr/bin:/usr/local/sbin:/usr/ export LANG=C.UTF-8 # Required ro "gpg --export" to work properly. +# TODO(tlim): The tests are hardcoded to this directory. This should be fixed. +export BLACKBOXDATA=keyrings/live + # This script requires many utilities, some are not # required by the usual blackbox scripts. Test to make # sure we have them all.