Lines Matching refs:fail
17 || fail "get nonexistent failed"
18 test -f ${COPY} && fail "existing copy after get nonexistent"
23 || fail "get nonexistent failed"
25 test -f ${COPY}.dd/$x && fail "existing copy after get nonexistent"
31 || fail "put nonexistent failed"
32 test -f ${COPY} && fail "existing copy after put nonexistent"
37 || fail "put nonexistent failed"
39 test -f ${COPY}.dd/$x && fail "existing copy after nonexistent"
45 || fail "rename nonexist failed"
46 test -f ${COPY}.1 && fail "file exists after rename nonexistent"
53 || fail "rename target exists (directory) failed"
54 test -f ${COPY} || fail "oldname missing after rename target exists (directory)"
55 test -d ${COPY}.dd || fail "newname missing after rename target exists (directory)"
56 cmp $DATA ${COPY} >/dev/null 2>&1 || fail "corrupted oldname after rename target exists (directory)"
63 cmp ${DATA2} ${COPY} || fail "put successed when it should have failed"