mirror of
https://github.com/coreutils/coreutils.git
synced 2024-12-15 21:05:24 +08:00
(TESTS_ENVIRONMENT): Add pwd
/ prefix
to exported PATH value (though not strictly necessary, here).
This commit is contained in:
parent
aac32d403c
commit
36a3a59284
@ -7,5 +7,5 @@ TESTS_ENVIRONMENT = \
|
||||
top_srcdir=$(top_srcdir) \
|
||||
srcdir=$(srcdir) \
|
||||
PERL="@PERL@" \
|
||||
PATH=../../src:$$PATH \
|
||||
PATH=`pwd`/../../src:$$PATH \
|
||||
PROG=basename
|
||||
|
Loading…
Reference in New Issue
Block a user