1
0
mirror of git://git.sv.gnu.org/coreutils.git synced 2026-02-18 13:21:58 +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-08 16:46:11 +00:00
parent 1650a9459a
commit e5f283604b

View File

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