Lines Matching refs:COPY
61 rm -f ${COPY}
63 ${SSH} $mode -F $OBJ/ssh_config -S$CTL otherhost cat ${DATA} > ${COPY}
64 test -f ${COPY} || fail "ssh -Sctl: failed copy ${DATA}"
65 cmp ${DATA} ${COPY} || fail "ssh -Sctl: corrupted copy of ${DATA}"
67 rm -f ${COPY}
69 ${SSH} $mode -F $OBJ/ssh_config -S $CTL otherhost cat ${DATA} > ${COPY}
70 test -f ${COPY} || fail "ssh -S ctl: failed copy ${DATA}"
71 cmp ${DATA} ${COPY} || fail "ssh -S ctl: corrupted copy of ${DATA}"
74 rm -f ${COPY}
76 echo "get ${DATA} ${COPY}" | \
78 test -f ${COPY} || fail "sftp: failed copy ${DATA}"
79 cmp ${DATA} ${COPY} || fail "sftp: corrupted copy of ${DATA}"
81 rm -f ${COPY}
83 ${SCP} -S ${SSH} -F $OBJ/ssh_config -oControlPath=$CTL otherhost:${DATA} ${COPY} >>$TEST_REGRESS_LO…
84 test -f ${COPY} || fail "scp: failed copy ${DATA}"
85 cmp ${DATA} ${COPY} || fail "scp: corrupted copy of ${DATA}"
87 rm -f ${COPY}
94 $NC 127.0.0.1 $((${PORT} + 2)) < /dev/null > ${COPY}
95 cmp ${DATA} ${COPY} || fail "ssh: corrupted copy of ${DATA}"
97 rm -f ${COPY} $OBJ/unix-[123].fwd
105 $NC -U $OBJ/unix-3.fwd < /dev/null > ${COPY}
106 cmp ${DATA} ${COPY} || fail "ssh: corrupted copy of ${DATA}"
108 rm -f ${COPY} $OBJ/unix-[123].fwd