summaryrefslogtreecommitdiff
path: root/tests/install
diff options
context:
space:
mode:
authorJim Meyering <jim@meyering.net>2000-02-27 13:18:24 +0000
committerJim Meyering <jim@meyering.net>2000-02-27 13:18:24 +0000
commit47322c2a8eda0b74fe9fdc9e5e8a7e20d728dd57 (patch)
tree825342a0d7bec44a932d65ed0a18676b85f899eb /tests/install
parente86141f400e77f7ba43570b97d508c1747ec2271 (diff)
downloadcoreutils-47322c2a8eda0b74fe9fdc9e5e8a7e20d728dd57.tar.xz
(TESTS_ENVIRONMENT): Add PATH. Remove cruft.
Diffstat (limited to 'tests/install')
-rw-r--r--tests/install/Makefile.am5
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