password-store

Simple password manager using gpg and ordinary unix directories
git clone https://git.zx2c4.com/password-store
Log | Files | Refs | README | LICENSE

commit ede28a13a0bc092d5ff4de20f69e1eac68394334
parent 25f9608022803d2d130e9665dc3f14bed83ba328
Author: Jason A. Donenfeld <Jason@zx2c4.com>
Date:   Wed, 23 Apr 2014 05:02:56 +0200

tests: style

Diffstat:
Mtests/setup.sh | 9+++++----
1 file changed, 5 insertions(+), 4 deletions(-)

diff --git 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