From 0601086bd8bc923e9a3eb91201428e2a30b43852 Mon Sep 17 00:00:00 2001 From: Jim Meyering Date: Tue, 12 Feb 2008 18:45:54 +0100 Subject: Move more test_skip_-using code to follow ". test-lib.sh". * tests/mv/acl: Likewise. * tests/cp/acl: Likewise. Signed-off-by: Jim Meyering --- tests/cp/acl | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'tests/cp') diff --git a/tests/cp/acl b/tests/cp/acl index fd6e86dd0..05b4ec676 100755 --- a/tests/cp/acl +++ b/tests/cp/acl @@ -2,7 +2,7 @@ # copy files/directories across file system boundaries # and make sure acls are preserved appropriately -# Copyright (C) 2005-2007 Free Software Foundation, Inc. +# Copyright (C) 2005-2008 Free Software Foundation, Inc. # This program is free software: you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by @@ -20,10 +20,6 @@ # Make sure we get English translations. . $srcdir/../lang-default -# Skip this test if cp was built without ACL support: -grep '^#define USE_ACL 0' $CONFIG_HEADER > /dev/null && - skip_test_ "insufficient ACL support" - if test "$VERBOSE" = yes; then set -x mv --version @@ -34,6 +30,10 @@ fi . $srcdir/../test-lib.sh require_acl_ +# Skip this test if cp was built without ACL support: +grep '^#define USE_ACL 0' $CONFIG_HEADER > /dev/null && + skip_test_ "insufficient ACL support" + mkdir -p a b || framework_failure touch a/file || framework_failure -- cgit v1.2.3-70-g09d2