summaryrefslogtreecommitdiff
path: root/tests/cp/Makefile.am
diff options
context:
space:
mode:
authorJim Meyering <meyering@redhat.com>2008-01-07 11:57:27 +0100
committerJim Meyering <meyering@redhat.com>2008-01-07 12:07:07 +0100
commitdb58094e11adb527c31b3510d3430123a4048686 (patch)
tree6119aa50e6c8287b78e1f4bbbb30a9ad385c0a24 /tests/cp/Makefile.am
parent9b76bc2b54180caa80afed4d88377ddd0f0ab6de (diff)
downloadcoreutils-db58094e11adb527c31b3510d3430123a4048686.tar.xz
cp: add a test for today's bug fix.
* tests/cp/parent-perm: New script. Test today's change. Based on reproducer from Jan Blunck. * tests/cp/Makefile.am (TESTS): Add parent-perm.
Diffstat (limited to 'tests/cp/Makefile.am')
-rw-r--r--tests/cp/Makefile.am3
1 files changed, 2 insertions, 1 deletions
diff --git a/tests/cp/Makefile.am b/tests/cp/Makefile.am
index 4af269c48..e2f96c9e3 100644
--- a/tests/cp/Makefile.am
+++ b/tests/cp/Makefile.am
@@ -1,6 +1,6 @@
# Make coreutils tests for cp. -*-Makefile-*-
-# Copyright (C) 1997-2001, 2003, 2005-2007 Free Software Foundation, Inc.
+# Copyright (C) 1997-2001, 2003, 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
@@ -16,6 +16,7 @@
# along with this program. If not, see <http://www.gnu.org/licenses/>.
TESTS = \
+ parent-perm \
abuse \
proc-zero-len \
thru-dangling \