diff options
author | Jameson Graef Rollins <jrollins@finestructure.net> | 2009-02-01 22:48:36 -0500 |
---|---|---|
committer | Jameson Graef Rollins <jrollins@finestructure.net> | 2009-02-01 22:48:36 -0500 |
commit | 44a499dd669cc20e77e35c2f7ffcbc2a8f08ec29 (patch) | |
tree | 39d4967e13e5473ec3b9ca760ac5ff8893bee407 /tests/basic | |
parent | 0655d5cbf24a29da4aff7e272e82bfa258b2ceed (diff) |
Fix a bug in setup where gpg was called instead of gpg_core. This
could have caused serious data loss for the running user. Should note
to be carefull with this in the future.
Also fix ownership on sphere gnupghome.
Diffstat (limited to 'tests/basic')
-rwxr-xr-x | tests/basic | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/tests/basic b/tests/basic index 99a881b..4d2266e 100755 --- a/tests/basic +++ b/tests/basic @@ -220,7 +220,6 @@ echo y | gpgadmin --command-fd 0 --sign-key "$HOSTKEYID" # set up monkeysphere authentication echo "##################################################" echo "### setup monkeysphere authentication..." -mkdir -p -m 700 "$MONKEYSPHERE_SYSDATADIR"/authentication/{authorized_keys,core,sphere,tmp} cp "$TESTDIR"/etc/monkeysphere/monkeysphere-authentication.conf "$TEMPDIR"/ cat <<EOF >> "$TEMPDIR"/monkeysphere-authentication.conf AUTHORIZED_USER_IDS="$MONKEYSPHERE_HOME/authentication/authorized_user_ids" |