mirror of
git://git.sv.gnu.org/coreutils.git
synced 2026-08-09 02:04:06 +02:00
(TESTS_ENVIRONMENT): Add pwd/ prefix
to exported PATH value (though not strictly necessary, here).
This commit is contained in:
@@ -7,5 +7,5 @@ TESTS_ENVIRONMENT = \
|
||||
top_srcdir=$(top_srcdir) \
|
||||
srcdir=$(srcdir) \
|
||||
PERL="@PERL@" \
|
||||
PATH=../../src:$$PATH \
|
||||
PATH=`pwd`/../../src:$$PATH \
|
||||
PROG=seq
|
||||
|
||||
@@ -3,4 +3,4 @@ AUTOMAKE_OPTIONS = 1.2f gnits
|
||||
|
||||
TESTS = row-col-1 basic-1
|
||||
EXTRA_DIST = $(TESTS) input-tty
|
||||
TESTS_ENVIRONMENT = PATH=../../src:$$PATH
|
||||
TESTS_ENVIRONMENT = PATH=`pwd`/../../src:$$PATH
|
||||
|
||||
Reference in New Issue
Block a user