summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--tests/libtest.sh6
1 files changed, 5 insertions, 1 deletions
diff --git a/tests/libtest.sh b/tests/libtest.sh
index aeae41c..17831bf 100644
--- a/tests/libtest.sh
+++ b/tests/libtest.sh
@@ -156,7 +156,11 @@ assert_file_empty() {
fi
}
-export FL_GPG_HOMEDIR=$(dirname $0)/test-keyring
+export FL_GPG_HOMEDIR=${TEST_DATA_DIR}/gpghome
+mkdir -p ${FL_GPG_HOMEDIR}
+# This need to be writable, so copy the keys
+cp $(dirname $0)/test-keyring/*.gpg ${FL_GPG_HOMEDIR}/
+
export FL_GPG_ID=7B0961FD
export FL_GPGARGS="--gpg-homedir=${FL_GPG_HOMEDIR} --gpg-sign=${FL_GPG_ID}"