Lines Matching refs:COPY
52 rm -f ${COPY}
54 ${SSH} -F $OBJ/ssh_config -S$CTL otherhost cat ${DATA} > ${COPY}
55 test -f ${COPY} || fail "ssh -Sctl: failed copy ${DATA}"
56 cmp ${DATA} ${COPY} || fail "ssh -Sctl: corrupted copy of ${DATA}"
58 rm -f ${COPY}
60 ${SSH} -F $OBJ/ssh_config -S $CTL otherhost cat ${DATA} > ${COPY}
61 test -f ${COPY} || fail "ssh -S ctl: failed copy ${DATA}"
62 cmp ${DATA} ${COPY} || fail "ssh -S ctl: corrupted copy of ${DATA}"
64 rm -f ${COPY}
66 echo "get ${DATA} ${COPY}" | \
68 test -f ${COPY} || fail "sftp: failed copy ${DATA}"
69 cmp ${DATA} ${COPY} || fail "sftp: corrupted copy of ${DATA}"
71 rm -f ${COPY}
73 ${SCP} -S ${SSH} -F $OBJ/ssh_config -oControlPath=$CTL otherhost:${DATA} ${COPY} >>$TEST_REGRESS_LO…
74 test -f ${COPY} || fail "scp: failed copy ${DATA}"
75 cmp ${DATA} ${COPY} || fail "scp: corrupted copy of ${DATA}"
77 rm -f ${COPY}
83 $NC 127.0.0.1 $((${PORT} + 2)) < /dev/null > ${COPY}
84 cmp ${DATA} ${COPY} || fail "ssh: corrupted copy of ${DATA}"
86 rm -f ${COPY} $OBJ/unix-[123].fwd
93 $NC -U $OBJ/unix-3.fwd < /dev/null > ${COPY} 2>/dev/null
94 cmp ${DATA} ${COPY} || fail "ssh: corrupted copy of ${DATA}"
96 rm -f ${COPY} $OBJ/unix-[123].fwd