From 95cbf27b5854ed33c09e5497d5844025713b21bb Mon Sep 17 00:00:00 2001 From: Daniel Kahn Gillmor Date: Thu, 11 Nov 2010 17:21:16 -0500 Subject: avoid using the running MSVA from the user during the tests --- tests/basic | 4 ++++ 1 file changed, 4 insertions(+) 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 -- cgit v1.2.3