set non-default SECRETS_DIR

pull/251/head
joshr 6 years ago
parent 6eedaab489
commit 4e35af2fce

@ -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.

Loading…
Cancel
Save