diff options
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 |