Lines Matching refs:fail
15 || fail "get nonexistent failed"
16 test -f ${COPY} && fail "existing copy after get nonexistent"
21 || fail "get nonexistent failed"
23 test -f ${COPY}.dd/$x && fail "existing copy after get nonexistent"
29 || fail "put nonexistent failed"
30 test -f ${COPY} && fail "existing copy after put nonexistent"
35 || fail "put nonexistent failed"
37 test -f ${COPY}.dd/$x && fail "existing copy after nonexistent"
43 || fail "rename nonexist failed"
44 test -f ${COPY}.1 && fail "file exists after rename nonexistent"
51 || fail "rename target exists (directory) failed"
52 test -f ${COPY} || fail "oldname missing after rename target exists (directory)"
53 test -d ${COPY}.dd || fail "newname missing after rename target exists (directory)"
54 cmp $DATA ${COPY} >/dev/null 2>&1 || fail "corrupted oldname after rename target exists (directory)"
61 cmp ${DATA2} ${COPY} || fail "put successed when it should have failed"