summaryrefslogtreecommitdiff
path: root/tests/Makefile.am
diff options
context:
space:
mode:
authorJim Meyering <jim@meyering.net>2004-01-08 14:19:55 +0000
committerJim Meyering <jim@meyering.net>2004-01-08 14:19:55 +0000
commitda5834c5d2cf742fab63941474c591ce333380d3 (patch)
treed9c2559ae019760211aa9d27e999eaf5f56937ce /tests/Makefile.am
parent2e100fae3163e3e54c7562c1010c08966bbd9eb0 (diff)
downloadcoreutils-da5834c5d2cf742fab63941474c591ce333380d3.tar.xz
(TESTS_ENVIRONMENT): Remove `/vg' (prerelease test
remnant) from PATH component. That would cause tests in this directory not to run the just-built binaries, but rather whatever happened to be in one's PATH. Reported by Christian Krackowizer.
Diffstat (limited to 'tests/Makefile.am')
-rw-r--r--tests/Makefile.am2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/Makefile.am b/tests/Makefile.am
index 94ae815ca..b88e76bf3 100644
--- a/tests/Makefile.am
+++ b/tests/Makefile.am
@@ -14,7 +14,7 @@ TESTS = help-version
TESTS_ENVIRONMENT = \
all_programs="`$(all_programs)`" \
PACKAGE_BUGREPORT=$(PACKAGE_BUGREPORT) \
- PATH="`pwd`/../src/vg$(PATH_SEPARATOR)$$PATH"
+ PATH="`pwd`/../src$(PATH_SEPARATOR)$$PATH"
EXTRA_DIST = \
$(TESTS) .env-warn Fetish.pm Makefile.am.in README envvar-check \