projects
/
monkeysphere.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
8eefc1b
)
set proper permissions on administrator gnupghome.
author
Daniel Kahn Gillmor
<dkg@fifthhorseman.net>
Wed, 4 Feb 2009 20:19:58 +0000
(15:19 -0500)
committer
Daniel Kahn Gillmor
<dkg@fifthhorseman.net>
Wed, 4 Feb 2009 20:19:58 +0000
(15:19 -0500)
tests/basic
patch
|
blob
|
history
diff --git
a/tests/basic
b/tests/basic
index 455c0578fb90d4a80f35fe79fe926ab9b307abcc..b0b5e9bc42522d169009fcee69e8827016f73774 100755
(executable)
--- a/
tests/basic
+++ b/
tests/basic
@@
-32,6
+32,7
@@
which socat >/dev/null || { echo "You must have socat installed to run this test
# gpg command for test admin user
gpgadmin() {
+ chmod 0700 "$TEMPDIR"/admin
GNUPGHOME="$TEMPDIR"/admin/.gnupg gpg "$@"
}