Lines Matching refs:fail

47 	fail "environment not found"
56 fail "environment not found"
64 test -f ${COPY} || fail "ssh -Sctl: failed copy ${DATA}"
65 cmp ${DATA} ${COPY} || fail "ssh -Sctl: corrupted copy of ${DATA}"
70 test -f ${COPY} || fail "ssh -S ctl: failed copy ${DATA}"
71 cmp ${DATA} ${COPY} || fail "ssh -S ctl: corrupted copy of ${DATA}"
77 test -f ${COPY} || fail "sftp: failed copy ${DATA}"
78 cmp ${DATA} ${COPY} || fail "sftp: corrupted copy of ${DATA}"
83 test -f ${COPY} || fail "scp: failed copy ${DATA}"
84 cmp ${DATA} ${COPY} || fail "scp: corrupted copy of ${DATA}"
94 cmp ${DATA} ${COPY} || fail "ssh: corrupted copy of ${DATA}"
105 cmp ${DATA} ${COPY} || fail "ssh: corrupted copy of ${DATA}"
116 fail "exit code mismatch: $r != $s"
125 fail "exit code (with sleep) mismatch: $r != $s"
132 || fail "check command failed"
136 || fail "request local forward failed"
139 || fail "connect to local forward port failed"
141 || fail "cancel local forward failed"
143 && fail "local forward port still listening"
147 || fail "request remote forward failed"
150 || fail "connect to remote forwarded port failed"
152 || fail "cancel remote forward failed"
154 && fail "remote forward port still listening"
158 || fail "request local forward failed"
162 || fail "connect to local forward path failed"
164 || fail "cancel local forward failed"
166 test ${N} -eq 0 || fail "local forward path still listening"
171 || fail "request remote forward failed"
175 || fail "connect to remote forwarded path failed"
177 || fail "cancel remote forward failed"
179 test ${N} -eq 0 || fail "remote forward path still listening"
184 || fail "send exit command failed"
188 kill -0 $SSH_PID >/dev/null 2>&1 && fail "exit command failed"
200 || fail "send stop command failed"
204 [ $! != 0 ] || fail "waiting for concurrent command"
206 [ $! != 0 ] || fail "waiting for master stop"