From 6b2094d83c3818edd20529c2f7a8b3299a68c016 Mon Sep 17 00:00:00 2001 From: Edward Tomasz Napierala Date: Fri, 4 Mar 2011 17:10:39 +0000 Subject: [PATCH] Adapt NFSv4 ACL regression test to the fact that the new ZFS uses new semantics. --- tools/regression/acltools/01.t | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/tools/regression/acltools/01.t b/tools/regression/acltools/01.t index edbc7b71b262..00004afece8b 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"