diff options
Diffstat (limited to 'tests/install')
-rw-r--r-- | tests/install/Makefile.in | 7 |
1 files changed, 2 insertions, 5 deletions
diff --git a/tests/install/Makefile.in b/tests/install/Makefile.in index fadd887b6..e1cc0400b 100644 --- a/tests/install/Makefile.in +++ b/tests/install/Makefile.in @@ -113,13 +113,10 @@ l = @l@ AUTOMAKE_OPTIONS = 1.3 gnits -TESTS = basic-1 +TESTS = basic-1 create-leading EXTRA_DIST = $(TESTS) TESTS_ENVIRONMENT = \ - INSTALL=../../src/ginstall \ - LS=../../src/ls \ - MKDIR=../../src/mkdir \ - RM=../../src/rm + PATH=`pwd`/../../src:$$PATH subdir = tests/install mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs |