diff options
author | Jameson Graef Rollins <jrollins@phys.columbia.edu> | 2008-10-29 01:38:39 -0400 |
---|---|---|
committer | Jameson Graef Rollins <jrollins@phys.columbia.edu> | 2008-10-29 01:38:39 -0400 |
commit | 753b7c5f74caa99f31254b44fac62c313ecbb1db (patch) | |
tree | d87f002b81c8861546a5cc6bcf28c56ddbe58424 /tests | |
parent | 8d609df9ec376905dbed377c8b03a49ceca5efc5 (diff) |
set DISPLAY in test suite so that passphrase prompting falls through.
Diffstat (limited to 'tests')
-rwxr-xr-x | tests/basic | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/basic b/tests/basic index 259a7f0..c85b449 100755 --- a/tests/basic +++ b/tests/basic @@ -115,6 +115,7 @@ export SSHD_CONFIG="$TEMPDIR"/sshd_config export SOCKET="$TEMPDIR"/ssh-socket export SSHD_PID= +export DISPLAY=monkeys ### CONFIGURE ENVIRONMENTS |