summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJim Meyering <jim@meyering.net>1998-03-14 10:41:39 +0000
committerJim Meyering <jim@meyering.net>1998-03-14 10:41:39 +0000
commita8d20df6b21e09b032698de7b5647d80f8ebee5c (patch)
tree55248db80c7d6e27eb3c6a87931254d933fb128f
parent4a28ea9bd642a88f669ccc3ce4fd33bb6aed62dc (diff)
downloadcoreutils-a8d20df6b21e09b032698de7b5647d80f8ebee5c.tar.gz
(TESTS): Add into-self.
-rw-r--r--tests/mv/Makefile.am5
1 files changed, 3 insertions, 2 deletions
diff --git a/tests/mv/Makefile.am b/tests/mv/Makefile.am
index 2aac9c115..d890f2cf6 100644
--- a/tests/mv/Makefile.am
+++ b/tests/mv/Makefile.am
@@ -1,6 +1,7 @@
-AUTOMAKE_OPTIONS = 1.1 gnits
+## Process this file with automake to produce Makefile.in -*-Makefile-*-.
+AUTOMAKE_OPTIONS = 1.2 gnits
-TESTS = mv-special-1
+TESTS = mv-special-1 into-self
EXTRA_DIST = $(TESTS) setup
TESTS_ENVIRONMENT = \
DF=../../src/df \