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

This commit is contained in:
Edward Tomasz Napierala 2009-09-01 15:51:36 +00:00
parent 56af96debe
commit 5f483c5f73
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=196736

View File

@ -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