aboutsummaryrefslogtreecommitdiff
path: root/tools
diff options
context:
space:
mode:
authorEdward Tomasz Napierala <trasz@FreeBSD.org>2011-03-04 18:46:19 +0000
committerEdward Tomasz Napierala <trasz@FreeBSD.org>2011-03-04 18:46:19 +0000
commit62089c28436e91be2b1bfc6065ac6d9ee89821bf (patch)
tree424230f011f0fc66687975fd277c7cf8d9250a9f /tools
parentaa25dc027216e9833e4aa591e4078caf50337333 (diff)
downloadsrc-62089c28436e91be2b1bfc6065ac6d9ee89821bf.tar.gz
src-62089c28436e91be2b1bfc6065ac6d9ee89821bf.zip
One more fix. Now all ACL tests pass again.
Notes
Notes: svn path=/head/; revision=219270
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 92dfe55772fb..9a82c78d1456 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