From 62089c28436e91be2b1bfc6065ac6d9ee89821bf Mon Sep 17 00:00:00 2001 From: Edward Tomasz Napierala Date: Fri, 4 Mar 2011 18:46:19 +0000 Subject: [PATCH] One more fix. Now all ACL tests pass again. --- tools/regression/acltools/02.t | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools/regression/acltools/02.t b/tools/regression/acltools/02.t index 92dfe55772f..9a82c78d145 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