One more fix. Now all ACL tests pass again.

This commit is contained in:
Edward Tomasz Napierala 2011-03-04 18:46:19 +00:00
parent aa25dc0272
commit 62089c2843
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=219270

View File

@ -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