diff options
author | Matt Goins <mjgoins@openflows.com> | 2009-02-02 19:17:20 -0500 |
---|---|---|
committer | Matt Goins <mjgoins@openflows.com> | 2009-02-02 19:17:20 -0500 |
commit | 21665a14ffb50d63914748725b26a057950cad6b (patch) | |
tree | f319daa186b19056dbc153e2814b46a8c8918e30 /tests | |
parent | 5de2eeb71c3c8f694d990058194afdda7d7f364f (diff) | |
parent | 10c741dac082844fbf9a2fbbfc4322f718c2abea (diff) |
Merge commit 'jrollins/master'
Diffstat (limited to 'tests')
-rwxr-xr-x | tests/basic | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/basic b/tests/basic index 99a881b..5e233aa 100755 --- a/tests/basic +++ b/tests/basic @@ -132,6 +132,7 @@ export MONKEYSPHERE_SYSSHAREDIR="$TESTDIR"/../src/share export MONKEYSPHERE_MONKEYSPHERE_USER=$(whoami) export MONKEYSPHERE_CHECK_KEYSERVER=false export MONKEYSPHERE_LOG_LEVEL=DEBUG +export MONKEYSPHERE_CORE_KEYLENGTH=1024 export SSHD_CONFIG="$TEMPDIR"/sshd_config export SOCKET="$TEMPDIR"/ssh-socket @@ -220,7 +221,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" |