summaryrefslogtreecommitdiff
path: root/tests/basic
diff options
context:
space:
mode:
authorDaniel Kahn Gillmor <dkg@fifthhorseman.net>2009-07-26 18:59:09 -0400
committerDaniel Kahn Gillmor <dkg@fifthhorseman.net>2009-07-26 18:59:09 -0400
commit3c279d569194643a5acf2316d0f9e3783cc5aeb1 (patch)
treec91b9396ea60e8db19a9c0d3ec10f8a9c8a103b0 /tests/basic
parent2e7a44d1e4fa348849bc821ced6d04ace4006d3c (diff)
make sure test sets proper permissions on the admin GNUPGHOME
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 "$@"
}