Lines Matching refs:COPY
9 DIR=${COPY}.dd
10 DIR2=${COPY}.dd2
20 rm -rf ${COPY} ${COPY2} ${DIR} ${DIR2}
37 $SCP $scpopts ${DATA} "scp://${USER}@somehost:${PORT}/${COPY}" || fail "copy failed"
38 cmp ${DATA} ${COPY} || fail "corrupted copy"
42 $SCP $scpopts "scp://${USER}@somehost:${PORT}/${DATA}" ${COPY} || fail "copy failed"
43 cmp ${DATA} ${COPY} || fail "corrupted copy"
47 cp ${DATA} ${COPY}
48 $SCP $scpopts ${COPY} "scp://${USER}@somehost:${PORT}/${DIR}" || fail "copy failed"
49 cmp ${COPY} ${DIR}/copy || fail "corrupted copy"
53 cp ${DATA} ${COPY}
54 $SCP $scpopts "scp://${USER}@somehost:${PORT}/${COPY}" ${DIR} || fail "copy failed"
55 cmp ${COPY} ${DIR}/copy || fail "corrupted copy"