Lines Matching full:copy
37 rm -f ${COPY} ${COPY2} ${LOG}
39 dd if=${DATA} of=${COPY} bs=$_bytes count=1 2>/dev/null
40 ${SSH} <${COPY} $_opts -vv \
45 cmp ${COPY} ${COPY2} || fail "corrupted copy ($@)"
110 rm -f ${COPY} ${LOG}
112 $OBJ/ssh_proxy somehost "cat >${COPY};sleep $s;sleep 10"
116 cmp ${DATA} ${COPY} || fail "corrupted copy"
127 rm -f ${COPY} ${LOG}
145 rm -f ${COPY} ${COPY2} ${LOG}
146 dd if=${DATA} of=${COPY} bs=$s count=1 2>/dev/null
147 ${SSH} -F $OBJ/ssh_proxy somehost "cat ${COPY}" >${COPY2}
151 cmp ${COPY} ${COPY2} || fail "corrupted copy"
164 rm -f ${COPY} ${LOG}
210 rm -f ${COPY} ${COPY2} ${DATA}