summaryrefslogtreecommitdiff
path: root/tests/Makefile.am
diff options
context:
space:
mode:
authorPádraig Brady <P@draigBrady.com>2009-08-29 00:45:15 +0100
committerPádraig Brady <P@draigBrady.com>2009-08-29 01:37:05 +0100
commit9e59f8c47ca1d8421efdd930db90fee075557d74 (patch)
treebc6bd76eb846eab0ffe6d2e829fd8d490b45aec9 /tests/Makefile.am
parent72f98388c36676e5c9ba6a72df5693c207862204 (diff)
downloadcoreutils-9e59f8c47ca1d8421efdd930db90fee075557d74.tar.xz
cp --reflink: preserve attributes on cloned files if asked
* src/copy.c (copy_reg): When cloning only skip the data copying * tests/cp/reflink-perm: New test to check times and modes copied * tests/Makefile.am: Reference the new test * NEWS: Mention the fix
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 9a8239215..317705612 100644
--- a/tests/Makefile.am
+++ b/tests/Makefile.am
@@ -292,6 +292,7 @@ TESTS = \
cp/proc-zero-len \
cp/r-vs-symlink \
cp/reflink-auto \
+ cp/reflink-perm \
cp/same-file \
cp/slink-2-slink \
cp/sparse \