summaryrefslogtreecommitdiff
path: root/tests/basic
diff options
context:
space:
mode:
authorJameson Graef Rollins <jrollins@finestructure.net>2009-02-17 22:35:29 -0500
committerJameson Graef Rollins <jrollins@finestructure.net>2009-02-17 22:35:29 -0500
commit79c139755848692f514080c470fcba3f48b77112 (patch)
treedf0d6836e380da7db7cef9f7207f7092a8550e9a /tests/basic
parent01d3c6d995cfe568dee7739b775dc4ce75cf6e09 (diff)
bring tests/basic uptodate with the new PROMPT env variable.
Diffstat (limited to 'tests/basic')
-rwxr-xr-xtests/basic3
1 files changed, 2 insertions, 1 deletions
diff --git a/tests/basic b/tests/basic
index 9114f32..18e3019 100755
--- a/tests/basic
+++ b/tests/basic
@@ -112,6 +112,7 @@ export MONKEYSPHERE_MONKEYSPHERE_USER=$(whoami)
export MONKEYSPHERE_CHECK_KEYSERVER=false
export MONKEYSPHERE_LOG_LEVEL=DEBUG
export MONKEYSPHERE_CORE_KEYLENGTH=1024
+export MONKEYSPHERE_PROMPT=false
export SSHD_CONFIG="$TEMPDIR"/sshd_config
export SOCKET="$TEMPDIR"/ssh-socket
@@ -212,7 +213,7 @@ get_gpg_prng_arg >> "$MONKEYSPHERE_SYSDATADIR"/authentication/sphere/gpg.conf
# add admin as identity certifier for testhost
echo "##################################################"
echo "### adding admin as certifier..."
-monkeysphere-authentication add-id-certifier -y "$TEMPDIR"/admin/.gnupg/pubkey.gpg
+monkeysphere-authentication add-id-certifier "$TEMPDIR"/admin/.gnupg/pubkey.gpg
echo "##################################################"
echo "### list certifiers..."