From fe56d629d1aeef86b1c22b247a49e477cb0b3cf2 Mon Sep 17 00:00:00 2001 From: Jim Meyering Date: Sun, 27 Feb 2000 15:43:43 +0000 Subject: [PATCH] . --- tests/install/Makefile.in | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) diff --git a/tests/install/Makefile.in b/tests/install/Makefile.in index fadd887b62..e1cc0400bd 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 -- 2.47.3