diff options
author | Jim Meyering <jim@meyering.net> | 1998-10-03 16:49:01 +0000 |
---|---|---|
committer | Jim Meyering <jim@meyering.net> | 1998-10-03 16:49:01 +0000 |
commit | 5b1af1141062510d4ff5d0c94cbe9d94cada0d96 (patch) | |
tree | 6269aaf9dfc0df0112b05724ffa06e868817b49d /tests | |
parent | 62ff4ae63c049456a81061deb95a4b28edde25f3 (diff) | |
download | coreutils-5b1af1141062510d4ff5d0c94cbe9d94cada0d96.tar.xz |
.
Diffstat (limited to 'tests')
-rw-r--r-- | tests/mv/Makefile.in | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/tests/mv/Makefile.in b/tests/mv/Makefile.in index 3136ecef5..589d06a85 100644 --- a/tests/mv/Makefile.in +++ b/tests/mv/Makefile.in @@ -92,7 +92,7 @@ l = @l@ AUTOMAKE_OPTIONS = 1.3 gnits -TESTS = mv-special-1 into-self into-self-2 backup-is-src +TESTS = mv-special-1 into-self into-self-2 backup-is-src i-1 EXTRA_DIST = $(TESTS) setup TESTS_ENVIRONMENT = \ DF=../../src/df \ @@ -102,7 +102,8 @@ TESTS_ENVIRONMENT = \ MKNOD=../../src/mknod \ MV=../../src/mv \ RM=../../src/rm \ - TOUCH=../../src/touch + TOUCH=../../src/touch \ + PROG=mv mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs CONFIG_HEADER = ../../config.h CONFIG_CLEAN_FILES = |