diff options
-rw-r--r-- | tests/install/Makefile.am | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/tests/install/Makefile.am b/tests/install/Makefile.am index 4c5633c88..b420f85f0 100644 --- a/tests/install/Makefile.am +++ b/tests/install/Makefile.am @@ -4,7 +4,4 @@ AUTOMAKE_OPTIONS = 1.3 gnits TESTS = basic-1 EXTRA_DIST = $(TESTS) TESTS_ENVIRONMENT = \ - INSTALL=../../src/ginstall \ - LS=../../src/ls \ - MKDIR=../../src/mkdir \ - RM=../../src/rm + PATH=`pwd`/../../src:$$PATH |