Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 4 Mar 2011 18:46:20 +0000 (UTC)
From:      Edward Tomasz Napierala <trasz@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org
Subject:   svn commit: r219270 - head/tools/regression/acltools
Message-ID:  <201103041846.p24IkKGh047996@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201103041846.p24IkKGh047996>