svn commit: r203266 - stable/8/tools/regression/acltools

Edward Tomasz Napierala trasz at FreeBSD.org
Sun Jan 31 02:18:28 UTC 2010


Author: trasz
Date: Sun Jan 31 02:18:28 2010
New Revision: 203266
URL: http://svn.freebsd.org/changeset/base/203266

Log:
  MFC r196736:
  
  Adapt to the fact that ls(1) correctly prints '+' for symlinks with ACLs now.

Modified:
  stable/8/tools/regression/acltools/tools-posix.test
Directory Properties:
  stable/8/tools/regression/acltools/   (props changed)

Modified: stable/8/tools/regression/acltools/tools-posix.test
==============================================================================
--- stable/8/tools/regression/acltools/tools-posix.test	Sun Jan 31 02:17:01 2010	(r203265)
+++ stable/8/tools/regression/acltools/tools-posix.test	Sun Jan 31 02:18:28 2010	(r203266)
@@ -77,9 +77,8 @@ $ getfacl -h lll
 > mask::rwx
 > other::r-x
 
-# XXX: Why doesn't ls(1) print '+' for symbolic links with ACL set?
 $ ls -l lll | cut -d' ' -f1
-> lrwxrwxr-x
+> lrwxrwxr-x+
 
 # Check whether the original file is left untouched.
 $ ls -l xxx | cut -d' ' -f1


More information about the svn-src-all mailing list