Lines Matching refs:cmp
88 cmp $DATA ${COPY} || fail "corrupted copy after get"
94 cmp $DATA ${COPY} || fail "corrupted copy after get"
102 cmp ${COPY} ${QUOTECOPY} || fail "corrupted copy after get with quotes"
111 cmp ${COPY} "$SPACECOPY" || fail "corrupted copy after get with spaces"
118 cmp ${COPY} "$GLOBMETACOPY" || \
125 cmp $DATA ${COPY}.dd/`basename $DATA` || fail "corrupted copy after get"
132 cmp /bin/$x ${COPY}.dd/$x || fail "corrupted copy after get"
139 cmp $DATA ${COPY}.dd/`basename $DATA` || fail "corrupted copy after get"
146 cmp /bin/$x ${COPY}.dd/$x || fail "corrupted copy after get"
153 cmp $DATA ${COPY} || fail "corrupted copy after put"
160 cmp $DATA ${QUOTECOPY} || fail "corrupted copy after put with quotes"
167 cmp $DATA "$SPACECOPY" || fail "corrupted copy after put with spaces"
173 cmp $DATA ${COPY}.dd/`basename $DATA` || fail "corrupted copy after put"
180 cmp /bin/$x ${COPY}.dd/$x || fail "corrupted copy after put"
187 cmp $DATA ${COPY}.dd/`basename $DATA` || fail "corrupted copy after put"
194 cmp /bin/$x ${COPY}.dd/$x || fail "corrupted copy after put"
201 cmp $DATA ${COPY}.1 >/dev/null 2>&1 || fail "corrupted copy after rename"
213 cmp ${COPY}.1 ${COPY}.2 || fail "created file is not equal after ln"