summaryrefslogtreecommitdiff
path: root/tests/Makefile.am
diff options
context:
space:
mode:
authorOndřej Vašík <ovasik@redhat.com>2009-04-27 17:20:23 +0200
committerJim Meyering <meyering@redhat.com>2009-04-28 11:16:29 +0200
commit8259a73a85c5ef46c26da27f9424aeed360fa2cd (patch)
treefe47106b7fd0d4689c326b9b3a7bb881f255dc68 /tests/Makefile.am
parente0cf592f48b4e67dc31d0482ae4f4dbc820e883e (diff)
downloadcoreutils-8259a73a85c5ef46c26da27f9424aeed360fa2cd.tar.xz
tests: add test for xattr diagnostics on dest. FS lacking xattr support
* tests/cp/cp-mv-enotsup-xattr: Ensure that xattr diagnostics are displayed correctly when destination filesystem lacks xattr support. * tests/Makefile.am (root_tests): Add new root-only test.
Diffstat (limited to 'tests/Makefile.am')
-rw-r--r--tests/Makefile.am1
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/Makefile.am b/tests/Makefile.am
index c02f2de93..61a64a12e 100644
--- a/tests/Makefile.am
+++ b/tests/Makefile.am
@@ -23,6 +23,7 @@ root_tests = \
cp/cp-a-selinux \
cp/preserve-gid \
cp/special-bits \
+ cp/cp-mv-enotsup-xattr \
dd/skip-seek-past-dev \
install/install-C-root \
ls/capability \