diff options
author | Jim Meyering <jim@meyering.net> | 1998-07-27 13:27:45 +0000 |
---|---|---|
committer | Jim Meyering <jim@meyering.net> | 1998-07-27 13:27:45 +0000 |
commit | 08d53c4c6ae6580574ab3b02d6d92f7c8087bbe8 (patch) | |
tree | 1967c04289a10f9300b9aae9692877ea9dc284d9 /tests/install | |
parent | 94edd792f7dcf41046aa1d7378f19cade60aea8f (diff) | |
download | coreutils-08d53c4c6ae6580574ab3b02d6d92f7c8087bbe8.tar.xz |
(TESTS_ENVIRONMENT): Set LS, MKDIR, and RM.
Diffstat (limited to 'tests/install')
-rw-r--r-- | tests/install/Makefile.am | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/tests/install/Makefile.am b/tests/install/Makefile.am index 1372baafa..4c5633c88 100644 --- a/tests/install/Makefile.am +++ b/tests/install/Makefile.am @@ -3,4 +3,8 @@ 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 |