Lines Matching full:then
17 if [ ! -z "$TEST_SSH_PORT" ]; then
23 if [ -x /usr/ucb/whoami ]; then
25 elif whoami >/dev/null 2>&1; then
27 elif logname >/dev/null 2>&1; then
34 if [ "x$OBJ" = "x" ]; then
38 if [ ! -d $OBJ ]; then
43 if [ "x$SCRIPT" = "x" ]; then
47 if [ ! -f $SCRIPT ]; then
51 if $TEST_SHELL -n $SCRIPT; then
77 if [ "x$TEST_SSH_SSH" != "x" ]; then
80 if [ "x$TEST_SSH_SSHD" != "x" ]; then
83 if [ "x$TEST_SSH_SSHAGENT" != "x" ]; then
86 if [ "x$TEST_SSH_SSHADD" != "x" ]; then
89 if [ "x$TEST_SSH_SSHKEYGEN" != "x" ]; then
92 if [ "x$TEST_SSH_SSHKEYSCAN" != "x" ]; then
95 if [ "x$TEST_SSH_SFTP" != "x" ]; then
98 if [ "x$TEST_SSH_SFTPSERVER" != "x" ]; then
101 if [ "x$TEST_SSH_SCP" != "x" ]; then
104 if [ "x$TEST_SSH_PLINK" != "x" ]; then
111 if [ "x$TEST_SSH_PUTTYGEN" != "x" ]; then
118 if [ "x$TEST_SSH_CONCH" != "x" ]; then
132 if [ "x$TEST_SSH_LOGFILE" = "x" ]; then
143 if [ "x`echo -n`" = "x" ]; then
145 elif [ "x`echo '\c'`" = "x" ]; then
158 if [ -x $i/$1 ]; then
169 if [ -f $PIDFILE ]; then
171 if [ "X$pid" = "X" ]; then
174 if [ $pid -lt 2 ]; then
194 if [ "X$TEST_SSH_TRACE" = "Xyes" ]; then
202 if [ "X$TEST_SSH_QUIET" != "Xyes" ]; then
261 if [ ! -z "$TEST_SSH_SSHD_CONFOPTS" ]; then
291 if [ ! -z "$TEST_SSH_SSH_CONFOPTS" ]; then
326 if test -x "$CONCH" ; then
333 if test -x "$PUTTYGEN" -a -x "$PLINK" ; then
341 if test "$REGRESS_INTEROP_PUTTY" = "yes" ; then
397 if [ $RESULT -eq 0 ]; then