summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authortrasz <trasz@FreeBSD.org>2011-03-04 17:10:39 +0000
committertrasz <trasz@FreeBSD.org>2011-03-04 17:10:39 +0000
commit89a4324b38557f70adf35b25e7874fd56b17c8a6 (patch)
tree2374d96bbc61300c942210aef13c65a3907b22ee
parent501918bbcb7c01f6274094f4e70c4c2c14d2b2cf (diff)
downloadFreeBSD-src-89a4324b38557f70adf35b25e7874fd56b17c8a6.zip
FreeBSD-src-89a4324b38557f70adf35b25e7874fd56b17c8a6.tar.gz
Adapt NFSv4 ACL regression test to the fact that the new ZFS uses
new semantics.
-rw-r--r--tools/regression/acltools/01.t4
1 files changed, 2 insertions, 2 deletions
diff --git a/tools/regression/acltools/01.t b/tools/regression/acltools/01.t
index edbc7b7..00004af 100644
--- a/tools/regression/acltools/01.t
+++ b/tools/regression/acltools/01.t
@@ -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"
OpenPOWER on IntegriCloud