From: Jameson Graef Rollins Date: Wed, 18 Feb 2009 03:35:29 +0000 (-0500) Subject: bring tests/basic uptodate with the new PROMPT env variable. X-Git-Tag: monkeysphere_0.23~71 X-Git-Url: https://codewiz.org/gitweb?a=commitdiff_plain;h=79c139755848692f514080c470fcba3f48b77112;hp=-c;p=monkeysphere.git bring tests/basic uptodate with the new PROMPT env variable. --- 79c139755848692f514080c470fcba3f48b77112 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..."