summaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
authorJim Meyering <jim@meyering.net>1998-06-27 20:37:17 +0000
committerJim Meyering <jim@meyering.net>1998-06-27 20:37:17 +0000
commit6fd3c331ba720d6b91d570267c80bed260e6b393 (patch)
tree805f7b54144461a72f81af400234587c6cb44cde /tests
parent9b989298f405ac7a41c3ca4f5af9fda19e546222 (diff)
downloadcoreutils-6fd3c331ba720d6b91d570267c80bed260e6b393.tar.xz
.
Diffstat (limited to 'tests')
-rw-r--r--tests/cp/Makefile.in4
1 files changed, 3 insertions, 1 deletions
diff --git a/tests/cp/Makefile.in b/tests/cp/Makefile.in
index bcc5c1c34..50b580caa 100644
--- a/tests/cp/Makefile.in
+++ b/tests/cp/Makefile.in
@@ -92,7 +92,9 @@ l = @l@
AUTOMAKE_OPTIONS = 1.1 gnits
-TESTS = backup-1 no-deref-link1 no-deref-link2 no-deref-link3 backup-is-src
+TESTS = \
+ backup-1 no-deref-link1 no-deref-link2 no-deref-link3 backup-is-src \
+ same-file
EXTRA_DIST = $(TESTS)
TESTS_ENVIRONMENT = CP=../../src/cp RM=../../src/rm
mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs