diff options
| author | Pawel Jakub Dawidek <pjd@FreeBSD.org> | 2008-11-24 16:33:23 +0000 |
|---|---|---|
| committer | Pawel Jakub Dawidek <pjd@FreeBSD.org> | 2008-11-24 16:33:23 +0000 |
| commit | bbc9c92b4505d2f361650fbc733b3f456974de2c (patch) | |
| tree | 1911f85168f9904a04d15a3c927767934d19da32 /tools/regression/fstest | |
| parent | 6362fd609001991024819289c36799507692b10c (diff) | |
Notes
Diffstat (limited to 'tools/regression/fstest')
| -rw-r--r-- | tools/regression/fstest/tests/rename/21.t | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/tools/regression/fstest/tests/rename/21.t b/tools/regression/fstest/tests/rename/21.t index 7fa2f9c9e36b..446974536621 100644 --- a/tools/regression/fstest/tests/rename/21.t +++ b/tools/regression/fstest/tests/rename/21.t @@ -37,14 +37,10 @@ expect ENOENT rmdir ${n3}/${n1} # Check that write permission on containing directory (${n2}) is enough # to move file (${n0}) from that directory. expect 0 create ${n2}/${n0} 0755 -todo Linux "According to POSIX, write access to ${n2}/${n0} and (if exists) ${n3}/${n1} may be required if ${n0} and (if exists) ${n1} are directories, not regular files." expect 0 -u 65534 -g 65534 rename ${n2}/${n0} ${n3}/${n1} -todo Linux "According to POSIX, write access to ${n2}/${n0} and (if exists) ${n3}/${n1} may be required if ${n0} and (if exists) ${n1} are directories, not regular files." expect 0 unlink ${n3}/${n1} -todo Linux "According to POSIX, write access to ${n2}/${n0} and (if exists) ${n3}/${n1} may be required if ${n0} and (if exists) ${n1} are directories, not regular files." expect ENOENT unlink ${n2}/${n0} expect 0 rmdir ${n3} expect 0 rmdir ${n2} - |
