From 4e35af2fced71ed23c6c68f5c4ea155fc5484d26 Mon Sep 17 00:00:00 2001 From: joshr Date: Sat, 25 Aug 2018 10:12:48 -0400 Subject: [PATCH] set non-default SECRETS_DIR --- utils/tests.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/utils/tests.sh b/utils/tests.sh index 169a0c40..345ceeed 100755 --- a/utils/tests.sh +++ b/utils/tests.sh @@ -7,7 +7,7 @@ set -e # Running all the bats-tests in a dir with spaces: cd "${SECRET_PROJECT_ROOT}"; rm -rf 'tempdir with spaces'; mkdir 'tempdir with spaces'; cd 'tempdir with spaces'; -export SECRETS_DIR=.gitsecret +export SECRETS_DIR=.gitsecret-testdir # bats expects diagnostic lines to be sent to fd 3, matching reges '^ #' (IE, like: `echo '# message here' >&3`) # bats ... 3>&1 shows diagnostic output when errors occur.