From 3c279d569194643a5acf2316d0f9e3783cc5aeb1 Mon Sep 17 00:00:00 2001 From: Daniel Kahn Gillmor Date: Sun, 26 Jul 2009 18:59:09 -0400 Subject: [PATCH] make sure test sets proper permissions on the admin GNUPGHOME --- tests/basic | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 "$@" } -- 2.25.1