diff options
author | Jim Meyering <jim@meyering.net> | 1998-03-14 10:41:39 +0000 |
---|---|---|
committer | Jim Meyering <jim@meyering.net> | 1998-03-14 10:41:39 +0000 |
commit | a8d20df6b21e09b032698de7b5647d80f8ebee5c (patch) | |
tree | 55248db80c7d6e27eb3c6a87931254d933fb128f /tests/mv | |
parent | 4a28ea9bd642a88f669ccc3ce4fd33bb6aed62dc (diff) | |
download | coreutils-a8d20df6b21e09b032698de7b5647d80f8ebee5c.tar.xz |
(TESTS): Add into-self.
Diffstat (limited to 'tests/mv')
-rw-r--r-- | tests/mv/Makefile.am | 5 |
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 \ |