1
0
mirror of git://git.sv.gnu.org/coreutils.git synced 2026-04-21 03:12:48 +02:00

(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:25:47 +00:00
parent f90f8cea87
commit 858254d559

View File

@@ -6,7 +6,7 @@ TESTS_ENVIRONMENT = \
top_srcdir=$(top_srcdir) \
srcdir=$(srcdir) \
PERL="@PERL@" \
PATH=../../src:$$PATH \
PATH=`pwd`/../../src:$$PATH \
PROG=tsort
TESTS = basic-1