Lines Matching refs:cmp
71 cmp $DATA ${COPY} || fail "corrupted copy after get"
77 cmp $DATA ${COPY} || fail "corrupted copy after get"
84 cmp ${COPY} ${QUOTECOPY} || fail "corrupted copy after get with quotes"
92 cmp ${COPY} "$SPACECOPY" || fail "corrupted copy after get with spaces"
99 cmp ${COPY} "$GLOBMETACOPY" || \
106 cmp $DATA ${COPY}.dd/${DATANAME} || fail "corrupted copy after get"
113 cmp /bin/$x ${COPY}.dd/$x || fail "corrupted copy after get"
120 cmp $DATA ${COPY}.dd/${DATANAME} || fail "corrupted copy after get"
127 cmp /bin/$x ${COPY}.dd/$x || fail "corrupted copy after get"
134 cmp $DATA ${COPY} || fail "corrupted copy after put"
140 cmp $DATA ${QUOTECOPY} || fail "corrupted copy after put with quotes"
146 cmp $DATA "$SPACECOPY" || fail "corrupted copy after put with spaces"
152 cmp $DATA ${COPY}.dd/${DATANAME} || fail "corrupted copy after put"
159 cmp /bin/$x ${COPY}.dd/$x || fail "corrupted copy after put"
166 cmp $DATA ${COPY}.dd/${DATANAME} || fail "corrupted copy after put"
173 cmp /bin/$x ${COPY}.dd/$x || fail "corrupted copy after put"
180 cmp $DATA ${COPY}.1 >/dev/null 2>&1 || fail "corrupted copy after rename"
192 cmp ${COPY}.1 ${COPY}.2 || fail "created file is not equal after ln"
202 cmp ${COPY}.1 ${COPY}.2 || fail "created file is not equal after cp"