.
authorJim Meyering <jim@meyering.net>
Sun, 27 Feb 2000 15:43:43 +0000 (15:43 +0000)
committerJim Meyering <jim@meyering.net>
Sun, 27 Feb 2000 15:43:43 +0000 (15:43 +0000)
tests/install/Makefile.in

index fadd887..e1cc040 100644 (file)
@@ -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