Lines Matching refs:fail
33 $SCP $scpopts ${DATA} ${COPY} || fail "copy failed"
34 cmp ${DATA} ${COPY} || fail "corrupted copy"
38 $SCP $scpopts ${DATA} somehost:${COPY} || fail "copy failed"
39 cmp ${DATA} ${COPY} || fail "corrupted copy"
43 $SCP $scpopts somehost:${DATA} ${COPY} || fail "copy failed"
44 cmp ${DATA} ${COPY} || fail "corrupted copy"
49 $SCP $scpopts ${COPY} somehost:${DIR} || fail "copy failed"
50 cmp ${COPY} ${DIR}/copy || fail "corrupted copy"
55 $SCP $scpopts ${COPY} ${DIR} || fail "copy failed"
56 cmp ${COPY} ${DIR}/copy || fail "corrupted copy"
61 $SCP $scpopts somehost:${COPY} ${DIR} || fail "copy failed"
62 cmp ${COPY} ${DIR}/copy || fail "corrupted copy"
68 $SCP $scpopts -r ${DIR} somehost:${DIR2} || fail "copy failed"
69 diff ${DIFFOPT} ${DIR} ${DIR2} || fail "corrupted copy"
75 $SCP $scpopts -r ${DIR} ${DIR2} || fail "copy failed"
76 diff ${DIFFOPT} ${DIR} ${DIR2} || fail "corrupted copy"
82 $SCP $scpopts -r somehost:${DIR} ${DIR2} || fail "copy failed"
83 diff ${DIFFOPT} ${DIR} ${DIR2} || fail "corrupted copy"
90 [ ! -f metachartest ] ) || fail "shell metacharacters"
101 $SUDO diff ${DIFFOPT} ${DIR} ${DIR2} || fail "corrupted copy"
111 [ -d {$DIR}/rootpathdir ] && fail "allows dir relative to root dir"
112 [ -d ${DIR}/dotpathdir ] && fail "allows dir creation in non-recursive mode"
116 [ -d ${DIR}/dotpathdir ] && fail "allows dir creation outside of subdir"
124 cmp ${COPY} ${COPY2} >/dev/null && fail "corrupt target"