set DISPLAY in test suite so that passphrase prompting falls through.
authorJameson Graef Rollins <jrollins@phys.columbia.edu>
Wed, 29 Oct 2008 05:38:39 +0000 (01:38 -0400)
committerJameson Graef Rollins <jrollins@phys.columbia.edu>
Wed, 29 Oct 2008 05:38:39 +0000 (01:38 -0400)
src/common
tests/basic

index 68a69e94ba6cf891d557915f686d5dcedc43ae8b..297e7f344c9d39686c94c1097ee587a142e51455 100644 (file)
@@ -669,7 +669,7 @@ process_user_id() {
                else
                    log debug "  - unacceptable primary key."
                    if [ -z "$sshKey" ] ; then
-                       log error "   ! primary key could not be translated (not RSA or DSA?)."
+                       log error "    ! primary key could not be translated (not RSA or DSA?)."
                    else
                        echo "1:${sshKey}"
                    fi
index 259a7f0c192067326de061eb66579fb60d195e55..c85b449506165630049912c5159b711871cd518e 100755 (executable)
@@ -115,6 +115,7 @@ export SSHD_CONFIG="$TEMPDIR"/sshd_config
 export SOCKET="$TEMPDIR"/ssh-socket
 export SSHD_PID=
 
+export DISPLAY=monkeys
 
 ### CONFIGURE ENVIRONMENTS