diff options
author | Jim Meyering <jim@meyering.net> | 1998-07-18 13:16:43 +0000 |
---|---|---|
committer | Jim Meyering <jim@meyering.net> | 1998-07-18 13:16:43 +0000 |
commit | 1bd7deb235900838c41c960b314198314cf50c0e (patch) | |
tree | a2fec998f10754b2dafa7a89fbcc6c8c968cc6e5 /tests | |
parent | f2dd2f10c11c45885048e940ed539c4d0875752d (diff) | |
download | coreutils-1bd7deb235900838c41c960b314198314cf50c0e.tar.xz |
(TESTS): Add into-self-2.
Diffstat (limited to 'tests')
-rw-r--r-- | tests/mv/Makefile.am | 3 |
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 \ |