summaryrefslogtreecommitdiff
path: root/tests/mv/Makefile.am
diff options
context:
space:
mode:
authorJim Meyering <jim@meyering.net>1998-07-18 13:16:43 +0000
committerJim Meyering <jim@meyering.net>1998-07-18 13:16:43 +0000
commit1bd7deb235900838c41c960b314198314cf50c0e (patch)
treea2fec998f10754b2dafa7a89fbcc6c8c968cc6e5 /tests/mv/Makefile.am
parentf2dd2f10c11c45885048e940ed539c4d0875752d (diff)
downloadcoreutils-1bd7deb235900838c41c960b314198314cf50c0e.tar.xz
(TESTS): Add into-self-2.
Diffstat (limited to 'tests/mv/Makefile.am')
-rw-r--r--tests/mv/Makefile.am3
1 files changed, 2 insertions, 1 deletions
diff --git a/tests/mv/Makefile.am b/tests/mv/Makefile.am
index bc4b77adf..c9cb5f41a 100644
--- a/tests/mv/Makefile.am
+++ b/tests/mv/Makefile.am
@@ -1,10 +1,11 @@
## Process this file with automake to produce Makefile.in -*-Makefile-*-.
AUTOMAKE_OPTIONS = 1.3 gnits
-TESTS = mv-special-1 into-self backup-is-src
+TESTS = mv-special-1 into-self into-self-2 backup-is-src
EXTRA_DIST = $(TESTS) setup
TESTS_ENVIRONMENT = \
DF=../../src/df \
+ LN=../../src/ln \
LS=../../src/ls \
MKDIR=../../src/mkdir \
MKNOD=../../src/mknod \