summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDaniel Kahn Gillmor <dkg@fifthhorseman.net>2010-11-11 17:21:16 -0500
committerDaniel Kahn Gillmor <dkg@fifthhorseman.net>2010-11-13 18:31:47 -0500
commit95cbf27b5854ed33c09e5497d5844025713b21bb (patch)
tree716575e8706efbe6ea23520d74a4e3a099d42496
parent83d8845a1edb5b31c0addd9d478fa2e647ee3ddb (diff)
avoid using the running MSVA from the user during the tests
-rwxr-xr-xtests/basic4
1 files changed, 4 insertions, 0 deletions
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