diff options
-rw-r--r-- | tests/mv/Makefile.in | 10 |
1 files changed, 8 insertions, 2 deletions
diff --git a/tests/mv/Makefile.in b/tests/mv/Makefile.in index 9ade8b9e8..bcd3636fd 100644 --- a/tests/mv/Makefile.in +++ b/tests/mv/Makefile.in @@ -91,8 +91,14 @@ AUTOMAKE_OPTIONS = 1.1 gnits TESTS = mv-special-1 EXTRA_DIST = $(TESTS) setup -TESTS_ENVIRONMENT = RM=../../src/rm MKDIR=../../src/mkdir \ - MKNOD=../../src/mknod MV=../../src/mv DF=../../src/df +TESTS_ENVIRONMENT = \ + DF=../../src/df \ + LS=../../src/ls \ + MKDIR=../../src/mkdir \ + MKNOD=../../src/mknod \ + MV=../../src/mv \ + RM=../../src/rm \ + TOUCH=../../src/touch mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs CONFIG_HEADER = ../../config.h CONFIG_CLEAN_FILES = |