From: Daniel Kahn Gillmor Date: Thu, 11 Nov 2010 22:21:16 +0000 (-0500) Subject: avoid using the running MSVA from the user during the tests X-Git-Tag: monkeysphere_0.35-1~1^2~3 X-Git-Url: http://git.tremily.us/gitweb.cgi?a=commitdiff_plain;h=95cbf27b5854ed33c09e5497d5844025713b21bb;p=monkeysphere.git avoid using the running MSVA from the user during the tests --- diff --git a/tests/basic b/tests/basic index f591c59..f72945b 100755 --- a/tests/basic +++ b/tests/basic @@ -150,6 +150,10 @@ export MONKEYSPHERE_PROMPT=false # into trying to use the user's key, instead of the testuser's key unset MONKEYSPHERE_SUBKEYS_FOR_AGENT +# unset MONKEYSPHERE_VALIDATION_AGENT_SOCKET variable which, if set, +# would confuse the test into trying to talk the the user's agent +unset MONKEYSPHERE_VALIDATION_AGENT_SOCKET + export SSHD_CONFIG="$TEMPDIR"/sshd_config export SOCKET="$TEMPDIR"/ssh-socket