diff options
author | Jim Meyering <jim@meyering.net> | 1998-05-11 04:01:42 +0000 |
---|---|---|
committer | Jim Meyering <jim@meyering.net> | 1998-05-11 04:01:42 +0000 |
commit | 92ce6341775caae613d5bf04868118d94d5727cd (patch) | |
tree | 583d703bbaad9cd77ebd33616813d87eaf3eda4d /tests/mv | |
parent | 6d89cf5f120533195b6a084ad86376c2eb2d3750 (diff) | |
download | coreutils-92ce6341775caae613d5bf04868118d94d5727cd.tar.xz |
(TESTS): Likewise.
Diffstat (limited to 'tests/mv')
-rw-r--r-- | tests/mv/Makefile.am | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/mv/Makefile.am b/tests/mv/Makefile.am index d890f2cf6..bc4b77adf 100644 --- a/tests/mv/Makefile.am +++ b/tests/mv/Makefile.am @@ -1,7 +1,7 @@ ## Process this file with automake to produce Makefile.in -*-Makefile-*-. -AUTOMAKE_OPTIONS = 1.2 gnits +AUTOMAKE_OPTIONS = 1.3 gnits -TESTS = mv-special-1 into-self +TESTS = mv-special-1 into-self backup-is-src EXTRA_DIST = $(TESTS) setup TESTS_ENVIRONMENT = \ DF=../../src/df \ |