diff options
-rwxr-xr-x | tests/basic | 2 |
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 "$@" } |