From owner-svn-src-head@FreeBSD.ORG Tue Sep 1 15:51:36 2009 Return-Path: Delivered-To: svn-src-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id D25E310656A4; Tue, 1 Sep 2009 15:51:36 +0000 (UTC) (envelope-from trasz@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:4f8:fff6::2c]) by mx1.freebsd.org (Postfix) with ESMTP id C16448FC12; Tue, 1 Sep 2009 15:51:36 +0000 (UTC) Received: from svn.freebsd.org (localhost [127.0.0.1]) by svn.freebsd.org (8.14.3/8.14.3) with ESMTP id n81FpasQ065636; Tue, 1 Sep 2009 15:51:36 GMT (envelope-from trasz@svn.freebsd.org) Received: (from trasz@localhost) by svn.freebsd.org (8.14.3/8.14.3/Submit) id n81FpaIg065634; Tue, 1 Sep 2009 15:51:36 GMT (envelope-from trasz@svn.freebsd.org) Message-Id: <200909011551.n81FpaIg065634@svn.freebsd.org> From: Edward Tomasz Napierala Date: Tue, 1 Sep 2009 15:51:36 +0000 (UTC) To: src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org X-SVN-Group: head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Cc: Subject: svn commit: r196736 - head/tools/regression/acltools X-BeenThere: svn-src-head@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: SVN commit messages for the src tree for head/-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 01 Sep 2009 15:51:36 -0000 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