svn commit: r185252 - head/tools/regression/fstest/tests/rename
Pawel Jakub Dawidek
pjd at FreeBSD.org
Mon Nov 24 08:33:23 PST 2008
Author: pjd
Date: Mon Nov 24 16:33:23 2008
New Revision: 185252
URL: http://svn.freebsd.org/changeset/base/185252
Log:
This actually works on Linux, I just had wrong directory permission.
Found by: trasz
Modified:
head/tools/regression/fstest/tests/rename/21.t
Modified: head/tools/regression/fstest/tests/rename/21.t
==============================================================================
--- head/tools/regression/fstest/tests/rename/21.t Mon Nov 24 16:32:39 2008 (r185251)
+++ head/tools/regression/fstest/tests/rename/21.t Mon Nov 24 16:33:23 2008 (r185252)
@@ -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}
-
More information about the svn-src-head
mailing list