mirror of
https://github.com/coreutils/coreutils.git
synced 2025-01-22 16:13:34 +08:00
(TESTS_ENVIRONMENT): Add pwd
/ prefix
to exported PATH value (though not strictly necessary, here).
This commit is contained in:
parent
36a3a59284
commit
30a1c917c7
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user