diff options
author | Jim Meyering <jim@meyering.net> | 1998-08-02 19:45:45 +0000 |
---|---|---|
committer | Jim Meyering <jim@meyering.net> | 1998-08-02 19:45:45 +0000 |
commit | 0d16e71b073f25aa6739479089e3386dd7d95efa (patch) | |
tree | 9ce9b4d59af3447cb6dc6539c03be92b80a9801c /tests/install | |
parent | 2fcce776e8e02051fd8ec974f22f2a93a3c057ae (diff) | |
download | coreutils-0d16e71b073f25aa6739479089e3386dd7d95efa.tar.xz |
.
Diffstat (limited to 'tests/install')
-rw-r--r-- | tests/install/Makefile.in | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/tests/install/Makefile.in b/tests/install/Makefile.in index 6cccd97f7..29bcc565f 100644 --- a/tests/install/Makefile.in +++ b/tests/install/Makefile.in @@ -93,7 +93,11 @@ AUTOMAKE_OPTIONS = 1.3 gnits TESTS = basic-1 EXTRA_DIST = $(TESTS) -TESTS_ENVIRONMENT = INSTALL=../../src/ginstall +TESTS_ENVIRONMENT = \ + INSTALL=../../src/ginstall \ + LS=../../src/ls \ + MKDIR=../../src/mkdir \ + RM=../../src/rm mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs CONFIG_HEADER = ../../config.h CONFIG_CLEAN_FILES = |