summaryrefslogtreecommitdiff
path: root/tests/basic
diff options
context:
space:
mode:
Diffstat (limited to 'tests/basic')
-rwxr-xr-xtests/basic2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/basic b/tests/basic
index 6eb0b27..dfbe834 100755
--- a/tests/basic
+++ b/tests/basic
@@ -47,7 +47,7 @@ On debian-derived systems, you can set this up with:
# gpg command for test admin user
gpgadmin() {
- chmod 0700 "$TEMPDIR"/admin
+ chmod 0700 "$TEMPDIR"/admin "$TEMPDIR"/admin/.gnupg
GNUPGHOME="$TEMPDIR"/admin/.gnupg gpg --no-tty "$@"
}