From: Daniel Kahn Gillmor Date: Sun, 26 Jul 2009 22:59:09 +0000 (-0400) Subject: make sure test sets proper permissions on the admin GNUPGHOME X-Git-Tag: monkeysphere_0.26~19 X-Git-Url: https://codewiz.org/gitweb?p=monkeysphere.git;a=commitdiff_plain;h=3c279d569194643a5acf2316d0f9e3783cc5aeb1;hp=2e7a44d1e4fa348849bc821ced6d04ace4006d3c make sure test sets proper permissions on the admin GNUPGHOME --- 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 "$@" }