diff options
author | Jim Meyering <jim@meyering.net> | 2000-09-20 07:38:56 +0000 |
---|---|---|
committer | Jim Meyering <jim@meyering.net> | 2000-09-20 07:38:56 +0000 |
commit | 98daab19b9cb0a1fe61109a9b526dbd709cc60cb (patch) | |
tree | d087d84a4099896a97cdf239b92cc7468d98f0fd /tests | |
parent | 6924fde974614f49d49737c7518af4533209e95e (diff) | |
download | coreutils-98daab19b9cb0a1fe61109a9b526dbd709cc60cb.tar.xz |
.
Diffstat (limited to 'tests')
-rw-r--r-- | tests/cp/Makefile.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/cp/Makefile.in b/tests/cp/Makefile.in index 965025e6b..aa71f288c 100644 --- a/tests/cp/Makefile.in +++ b/tests/cp/Makefile.in @@ -120,7 +120,7 @@ AUTOMAKE_OPTIONS = 1.1 gnits TESTS = \ 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 special-bits + perm cp-HL special-bits link EXTRA_DIST = $(TESTS) TESTS_ENVIRONMENT = \ |