From 0846d49da7ac7fb41e42d2565da4aedef1957b37 Mon Sep 17 00:00:00 2001 From: trasz Date: Tue, 1 Sep 2009 15:51:36 +0000 Subject: Adapt to the fact that ls(1) correctly prints '+' for symlinks with ACLs now. --- tools/regression/acltools/tools-posix.test | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/tools/regression/acltools/tools-posix.test b/tools/regression/acltools/tools-posix.test index bfb7ae0..6ae31f3 100644 --- a/tools/regression/acltools/tools-posix.test +++ b/tools/regression/acltools/tools-posix.test @@ -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 -- cgit v1.1