summaryrefslogtreecommitdiffstats
path: root/tools
diff options
context:
space:
mode:
authortrasz <trasz@FreeBSD.org>2011-03-04 18:46:19 +0000
committertrasz <trasz@FreeBSD.org>2011-03-04 18:46:19 +0000
commit6a60e4833800f01bfccee4adaaa05752cb861c6f (patch)
tree424230f011f0fc66687975fd277c7cf8d9250a9f /tools
parente4e58a6ac8d0382e66e593ddcd61419d9357ab2e (diff)
downloadFreeBSD-src-6a60e4833800f01bfccee4adaaa05752cb861c6f.zip
FreeBSD-src-6a60e4833800f01bfccee4adaaa05752cb861c6f.tar.gz
One more fix. Now all ACL tests pass again.
Diffstat (limited to 'tools')
-rw-r--r--tools/regression/acltools/02.t2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/regression/acltools/02.t b/tools/regression/acltools/02.t
index 92dfe55..9a82c78 100644
--- a/tools/regression/acltools/02.t
+++ b/tools/regression/acltools/02.t
@@ -63,7 +63,7 @@ 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
OpenPOWER on IntegriCloud