summaryrefslogtreecommitdiff
path: root/tests/mv
diff options
context:
space:
mode:
authorJim Meyering <meyering@redhat.com>2008-02-12 18:45:54 +0100
committerJim Meyering <meyering@redhat.com>2008-02-12 18:48:14 +0100
commit0601086bd8bc923e9a3eb91201428e2a30b43852 (patch)
tree5ce65560547965675ac7a022f67a0dfc604052ab /tests/mv
parent70a2bd1864aa34fcde4a179f3c5e2db5bed645e3 (diff)
downloadcoreutils-0601086bd8bc923e9a3eb91201428e2a30b43852.tar.xz
Move more test_skip_-using code to follow ". test-lib.sh".
* tests/mv/acl: Likewise. * tests/cp/acl: Likewise. Signed-off-by: Jim Meyering <meyering@redhat.com>
Diffstat (limited to 'tests/mv')
-rwxr-xr-xtests/mv/acl10
1 files changed, 5 insertions, 5 deletions
diff --git a/tests/mv/acl b/tests/mv/acl
index 14be68690..8f9d565be 100755
--- a/tests/mv/acl
+++ b/tests/mv/acl
@@ -2,7 +2,7 @@
# move files/directories across file system boundaries
# and make sure acls are preserved
-# 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
@@ -17,10 +17,6 @@
# You should have received a copy of the GNU General Public License
# along with this program. If not, see <http://www.gnu.org/licenses/>.
-# 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
@@ -32,6 +28,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"
+
cleanup_() { rm -rf "$other_partition_tmpdir"; }
. "$abs_top_srcdir/tests/other-fs-tmpdir"