Author: trasz
Date: Fri Mar 4 17:10:39 2011
New Revision: 219267
URL: http://svn.freebsd.org/changeset/base/219267
Log:
Adapt NFSv4 ACL regression test to the fact that the new ZFS uses
new semantics.
Modified:
head/tools/regression/acltools/01.t
Modified: head/tools/regression/acltools/01.t
==============================================================================
--- head/tools/regression/acltools/01.t Fri Mar 4 17:07:02 2011
(r219266)
+++ head/tools/regression/acltools/01.t Fri Mar 4 17:10:39 2011
(r219267)
@@ -64,13 +64,13 @@ cd $MNT
# First, check whether we can crash the kernel by creating too many
# entries. For some reason this won't work in the test file.
touch xxx
-setfacl -x5 xxx
+setfacl -x2 xxx
while :; do setfacl -a0 u:42:rwx:allow xxx 2> /dev/null; if [ $? -ne 0 ]; then
break; fi; done
chmod 600 xxx
rm xxx
echo "ok 2"
-perl $TESTDIR/run $TESTDIR/tools-nfs4.test > /dev/null
+perl $TESTDIR/run $TESTDIR/tools-nfs4-psarc.test > /dev/null
if [ $? -eq 0 ]; then
echo "ok 3"
_______________________________________________
[email protected] mailing list
http://lists.freebsd.org/mailman/listinfo/svn-src-head
To unsubscribe, send any mail to "[email protected]"