Searched refs:SSH_PID (Results 1 - 2 of 2) sorted by path

/freebsd-10-stable/crypto/openssh/regress/
H A Dmultiplex.sh35 # NB. $SSH_PID will be killed by test-exec.sh:cleanup on fatal errors.
36 SSH_PID=$!
168 wait $SSH_PID
169 kill -0 $SSH_PID >/dev/null 2>&1 && fail "exit command failed"
186 wait $SSH_PID
188 kill -0 $SSH_PID >/dev/null 2>&1 && fatal "stop command failed"
189 SSH_PID="" # Already gone, so don't kill in cleanup
H A Dtest-exec.sh298 if [ "x$SSH_PID" != "x" ]; then
299 if [ $SSH_PID -lt 2 ]; then
300 echo bad pid for ssh: $SSH_PID
302 kill $SSH_PID

Completed in 102 milliseconds