From owner-svn-src-head@FreeBSD.ORG Fri Mar 4 17:07:03 2011 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 1AFB1106564A; Fri, 4 Mar 2011 17:07:03 +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 E3BC08FC17; Fri, 4 Mar 2011 17:07:02 +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 p24H72Ia042893; Fri, 4 Mar 2011 17:07:02 GMT (envelope-from trasz@svn.freebsd.org) Received: (from trasz@localhost) by svn.freebsd.org (8.14.3/8.14.3/Submit) id p24H72A0042888; Fri, 4 Mar 2011 17:07:02 GMT (envelope-from trasz@svn.freebsd.org) Message-Id: <201103041707.p24H72A0042888@svn.freebsd.org> From: Edward Tomasz Napierala Date: Fri, 4 Mar 2011 17:07:02 +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: r219266 - 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: Fri, 04 Mar 2011 17:07:03 -0000 Author: trasz Date: Fri Mar 4 17:07:02 2011 New Revision: 219266 URL: http://svn.freebsd.org/changeset/base/219266 Log: Make ACL tests slightly easier to run. Modified: head/tools/regression/acltools/00.t head/tools/regression/acltools/01.t head/tools/regression/acltools/02.t head/tools/regression/acltools/03.t Modified: head/tools/regression/acltools/00.t ============================================================================== --- head/tools/regression/acltools/00.t Fri Mar 4 12:42:40 2011 (r219265) +++ head/tools/regression/acltools/00.t Fri Mar 4 17:07:02 2011 (r219266) @@ -44,7 +44,7 @@ if [ `whoami` != "root" ]; then exit 1 fi -TESTDIR=`dirname $0` +TESTDIR=$(dirname $(realpath $0)) # Set up the test filesystem. MD=`mdconfig -at swap -s 10m` Modified: head/tools/regression/acltools/01.t ============================================================================== --- head/tools/regression/acltools/01.t Fri Mar 4 12:42:40 2011 (r219265) +++ head/tools/regression/acltools/01.t Fri Mar 4 17:07:02 2011 (r219266) @@ -46,7 +46,7 @@ if [ `whoami` != "root" ]; then exit 1 fi -TESTDIR=`dirname $0` +TESTDIR=$(dirname $(realpath $0)) # Set up the test filesystem. MD=`mdconfig -at swap -s 64m` Modified: head/tools/regression/acltools/02.t ============================================================================== --- head/tools/regression/acltools/02.t Fri Mar 4 12:42:40 2011 (r219265) +++ head/tools/regression/acltools/02.t Fri Mar 4 17:07:02 2011 (r219266) @@ -27,7 +27,7 @@ # $FreeBSD$ # -# This is a wrapper script to run tools-nfs4.test. +# This is a wrapper script to run tools-nfs4.test on UFS filesystem. # # If any of the tests fails, here is how to debug it: go to # the directory with problematic filesystem mounted on it, @@ -44,7 +44,7 @@ if [ `whoami` != "root" ]; then exit 1 fi -TESTDIR=`dirname $0` +TESTDIR=$(dirname $(realpath $0)) # Set up the test filesystem. MD=`mdconfig -at swap -s 10m` Modified: head/tools/regression/acltools/03.t ============================================================================== --- head/tools/regression/acltools/03.t Fri Mar 4 12:42:40 2011 (r219265) +++ head/tools/regression/acltools/03.t Fri Mar 4 17:07:02 2011 (r219266) @@ -41,7 +41,7 @@ if [ `whoami` != "root" ]; then exit 1 fi -TESTDIR=`dirname $0` +TESTDIR=$(dirname $(realpath $0)) MNTROOT=`mktemp -dt acltools` # Set up the test filesystems.