Author: trasz
Date: Fri Mar  4 18:46:19 2011
New Revision: 219270
URL: http://svn.freebsd.org/changeset/base/219270

Log:
  One more fix.  Now all ACL tests pass again.

Modified:
  head/tools/regression/acltools/02.t

Modified: head/tools/regression/acltools/02.t
==============================================================================
--- head/tools/regression/acltools/02.t Fri Mar  4 18:37:26 2011        
(r219269)
+++ head/tools/regression/acltools/02.t Fri Mar  4 18:46:19 2011        
(r219270)
@@ -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
_______________________________________________
[email protected] mailing list
http://lists.freebsd.org/mailman/listinfo/svn-src-head
To unsubscribe, send any mail to "[email protected]"

Reply via email to