summaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
authorJim Meyering <meyering@redhat.com>2010-02-07 15:12:05 +0100
committerJim Meyering <meyering@redhat.com>2010-02-07 21:08:56 +0100
commit304784b9de56d255550b8870d2a22c22787a8e89 (patch)
treee57b48ac03079cb55d4fc03ce1e502d3fc3f8a5e /tests
parent337bc77381729dde9318eb858e151f4a781110c5 (diff)
downloadgrep-304784b9de56d255550b8870d2a22c22787a8e89.tar.gz
tests: correct TESTS_ENVIRONMENT's PATH setting
* tests/Makefile.am (TESTS_ENVIRONMENT): Set PATH to start with $(abs_top_builddir)/src, so that we test the programs we've just built.
Diffstat (limited to 'tests')
-rw-r--r--tests/Makefile.am2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/Makefile.am b/tests/Makefile.am
index 223c1817..5276173a 100644
--- a/tests/Makefile.am
+++ b/tests/Makefile.am
@@ -83,7 +83,7 @@ TESTS_ENVIRONMENT = \
PERL='$(PERL)' \
PREFERABLY_POSIX_SHELL='$(PREFERABLY_POSIX_SHELL)' \
REPLACE_GETCWD=$(REPLACE_GETCWD) \
- PATH='$(abs_top_builddir)$(PATH_SEPARATOR)'"$$PATH" \
+ PATH='$(abs_top_builddir)/src$(PATH_SEPARATOR)'"$$PATH" \
; shell_or_perl_
VERBOSE = yes