summaryrefslogtreecommitdiff
path: root/tests/cp/Makefile.am
diff options
context:
space:
mode:
authorPaul Eggert <eggert@cs.ucla.edu>2007-12-01 10:10:52 +0100
committerJim Meyering <meyering@redhat.com>2007-12-01 10:10:52 +0100
commit20ef6c7b9cd338fc8bfc3cc5221fb811b297f6bf (patch)
tree9eccfc29561555d10b208089eecb3a061637447b /tests/cp/Makefile.am
parentb64119bc54791809b9fc3a225761b1c913fe66bc (diff)
downloadcoreutils-20ef6c7b9cd338fc8bfc3cc5221fb811b297f6bf.tar.xz
Add a test for cp -p and existing file permissions.
* tests/cp/Makefile.am (TESTS): Add existing-perm-race. * tests/cp/existing-perm-race: New test. It isn't much of a test yet, since it's hard to catch the race, but it has a FIXME that will let us do a better test later.
Diffstat (limited to 'tests/cp/Makefile.am')
-rw-r--r--tests/cp/Makefile.am1
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/cp/Makefile.am b/tests/cp/Makefile.am
index 159b93af6..4af269c48 100644
--- a/tests/cp/Makefile.am
+++ b/tests/cp/Makefile.am
@@ -21,6 +21,7 @@ TESTS = \
thru-dangling \
cp-a-selinux \
file-perm-race parent-perm-race \
+ existing-perm-race \
backup-dir \
src-base-dot \
sparse \