svn commit: r196736 - head/tools/regression/acltools

Edward Tomasz Napierala trasz at FreeBSD.org
Tue Sep 1 15:51:36 UTC 2009


Author: trasz
Date: Tue Sep  1 15:51:36 2009
New Revision: 196736
URL: http://svn.freebsd.org/changeset/base/196736

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

Modified:
  head/tools/regression/acltools/tools-posix.test

Modified: head/tools/regression/acltools/tools-posix.test
==============================================================================
--- head/tools/regression/acltools/tools-posix.test	Tue Sep  1 15:50:07 2009	(r196735)
+++ head/tools/regression/acltools/tools-posix.test	Tue Sep  1 15:51:36 2009	(r196736)
@@ -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-head mailing list