diff options
author | Daniel Kahn Gillmor <dkg@fifthhorseman.net> | 2010-11-11 17:21:16 -0500 |
---|---|---|
committer | Daniel Kahn Gillmor <dkg@fifthhorseman.net> | 2010-11-13 18:31:47 -0500 |
commit | 95cbf27b5854ed33c09e5497d5844025713b21bb (patch) | |
tree | 716575e8706efbe6ea23520d74a4e3a099d42496 /tests/basic | |
parent | 83d8845a1edb5b31c0addd9d478fa2e647ee3ddb (diff) |
avoid using the running MSVA from the user during the tests
Diffstat (limited to 'tests/basic')
-rwxr-xr-x | tests/basic | 4 |
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 |