summaryrefslogtreecommitdiff
path: root/tests/cp/Makefile.am
diff options
context:
space:
mode:
authorLasse Collin <lasse.collin@tukaani.org>2007-11-23 13:51:10 +0100
committerJim Meyering <meyering@redhat.com>2007-11-24 15:09:17 +0100
commita382db6a04dd05c1acc669a7769fb2297b237500 (patch)
tree6b859b2619886e0cf3fbb2fa3de48b0b19605a44 /tests/cp/Makefile.am
parent5c11250915f1521fa65502c1e4765ddd41c96edc (diff)
downloadcoreutils-a382db6a04dd05c1acc669a7769fb2297b237500.tar.xz
Test the new feature: cp -p preserves the GID whenever possible.
* tests/cp/preserve-gid: New file. Test for today's change. * tests/cp/Makefile.am (TESTS): Add preserve-gid. * tests/Makefile.am (all_t): Add tc. (tc): New target.
Diffstat (limited to 'tests/cp/Makefile.am')
-rw-r--r--tests/cp/Makefile.am2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/cp/Makefile.am b/tests/cp/Makefile.am
index 1fbdc3f67..159b93af6 100644
--- a/tests/cp/Makefile.am
+++ b/tests/cp/Makefile.am
@@ -27,7 +27,7 @@ TESTS = \
link-no-deref \
cp-deref \
acl \
- preserve-2 r-vs-symlink link-preserve \
+ preserve-2 r-vs-symlink link-preserve preserve-gid \
backup-1 no-deref-link1 no-deref-link2 no-deref-link3 backup-is-src \
same-file cp-mv-backup symlink-slash slink-2-slink fail-perm dir-slash \
perm cp-HL cp-i special-bits link dir-rm-dest cp-parents deref-slink \