summaryrefslogtreecommitdiff
path: root/tests/install
diff options
context:
space:
mode:
Diffstat (limited to 'tests/install')
-rw-r--r--tests/install/Makefile.am6
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