summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to '')
-rwxr-xr-xtests/setup.sh9
1 files changed, 5 insertions, 4 deletions
diff --git a/tests/setup.sh b/tests/setup.sh
index 15c0d28..56fba4d 100755
--- a/tests/setup.sh
+++ b/tests/setup.sh
@@ -1,10 +1,11 @@
# This file should be sourced by all test-scripts
#
# This scripts sets the following:
-# ${GNUPGHOME} Full path to test GPG directory
-# $PASS Full path to password-store script to test
-# ${PASSWORD_STORE_KEY} GPG key id of testing key
-# ${PASSWORD_STORE_TEST_HOME} This folder
+# $GNUPGHOME Full path to test GPG directory
+# $PASS Full path to password-store script to test
+# $GPG Name of gpg executable
+# $PASSWORD_STORE_KEY GPG key id of testing key
+# $PASSWORD_STORE_TEST_HOME This folder
#
# Constants
lass='logmsg'> 2012-09-18Better dependency list.Jason A. Donenfeld1-1/+10 2012-09-18Make recursive make silent.Jason A. Donenfeld1-1/+1 2012-09-18Quote the program name.Jason A. Donenfeld1-4/+4 2012-09-17Abstract potentially platform specific commands into their own commands.Jason A. Donenfeld4-72/+97 2012-09-16Support recursive and forced removal.Jason A. Donenfeld2-12/+28 Laurent asked for this. Reported-by: Laurent Ghigonis <laurent@p1sec.com> 2012-09-16Small stylistic things.Jason A. Donenfeld1-9/+9 Reported-by: Laurent Ghigonis <laurent@p1sec.com> 2012-09-15Use --force flag in keepassx import.Jason A. Donenfeld1-1/+1