summaryrefslogtreecommitdiff
path: root/tests/install
diff options
context:
space:
mode:
authorJim Meyering <jim@meyering.net>2000-02-27 15:43:43 +0000
committerJim Meyering <jim@meyering.net>2000-02-27 15:43:43 +0000
commitfe56d629d1aeef86b1c22b247a49e477cb0b3cf2 (patch)
tree2ae674d645c022a4abe43d70ce4951063f0b7031 /tests/install
parent6c5f00186d31317d7cb148e10d331dcf71fe4d57 (diff)
downloadcoreutils-fe56d629d1aeef86b1c22b247a49e477cb0b3cf2.tar.xz
.
Diffstat (limited to 'tests/install')
-rw-r--r--tests/install/Makefile.in7
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