(TESTS_ENVIRONMENT): Add pwd/ prefix

to exported PATH value (though not strictly necessary, here).
This commit is contained in:
Jim Meyering 2000-01-07 08:24:16 +00:00
parent aac32d403c
commit 36a3a59284

View File

@ -7,5 +7,5 @@ TESTS_ENVIRONMENT = \
top_srcdir=$(top_srcdir) \
srcdir=$(srcdir) \
PERL="@PERL@" \
PATH=../../src:$$PATH \
PATH=`pwd`/../../src:$$PATH \
PROG=basename