Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 1 Sep 2009 15:51:36 +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: r196736 - head/tools/regression/acltools
Message-ID:  <200909011551.n81FpaIg065634@svn.freebsd.org>

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



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