Lines Matching refs:PID
42 PID="$1" ## The PID we are waiting for.
47 { sleep "${TIME_OUT}"; kill "${PID}" 2>/dev/null; } &
49 wait "${PID}"
133 PID=$!
134 expect_exit "${PID}" 5 test_simple_start_up
155 PID=$!
156 expect_exit "${PID}" 5 test_should_fail
167 PID=$!
168 expect_exit "${PID}" 5 test_should_fail
194 PID="$!"
197 [ -n "${PID}" ] && kill "${PID}" 2>/dev/null
263 PID=$!
264 expect_exit "${PID}" 5 test_pre_command
304 PID=$!
305 expect_exit "${PID}" 5 test_post_command