Home | History | Annotate | Download | only in regress

Lines Matching refs:copy

7 COPY=${OBJ}/copy
12 get $DATA ${COPY}.1
13 put $DATA ${COPY}.2
22 rm -f ${COPY}.1 ${COPY}.2
29 cmp $DATA ${COPY}.1 || fail "corrupted copy after get"
30 cmp $DATA ${COPY}.2 || fail "corrupted copy after put"
34 rm -f ${COPY}.1 ${COPY}.2