From: Jim Meyering Date: Fri, 7 Jan 2000 08:25:26 +0000 (+0000) Subject: (TESTS_ENVIRONMENT): Add `pwd`/ prefix X-Git-Tag: FILEUTILS-4_0n~31 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=f90f8cea87352c1daf386fb5976a1e6c465352b7;p=thirdparty%2Fcoreutils.git (TESTS_ENVIRONMENT): Add `pwd`/ prefix to exported PATH value (though not strictly necessary, here). --- diff --git a/tests/factor/Makefile.am b/tests/factor/Makefile.am index 3617a2a416..ab372b1cb8 100644 --- a/tests/factor/Makefile.am +++ b/tests/factor/Makefile.am @@ -7,5 +7,5 @@ TESTS_ENVIRONMENT = \ top_srcdir=$(top_srcdir) \ srcdir=$(srcdir) \ PERL="@PERL@" \ - PATH=../../src:$$PATH \ + PATH=`pwd`/../../src:$$PATH \ PROG=factor