diff options
author | Jim Meyering <jim@meyering.net> | 2000-01-07 08:25:26 +0000 |
---|---|---|
committer | Jim Meyering <jim@meyering.net> | 2000-01-07 08:25:26 +0000 |
commit | f90f8cea87352c1daf386fb5976a1e6c465352b7 (patch) | |
tree | d2498526e6538c93b737e7125fe95956a7d201dd /tests | |
parent | 30a1c917c7984f279e2c8aab6c88cdbc7e259e0c (diff) | |
download | coreutils-f90f8cea87352c1daf386fb5976a1e6c465352b7.tar.xz |
(TESTS_ENVIRONMENT): Add `pwd`/ prefix
to exported PATH value (though not strictly necessary, here).
Diffstat (limited to 'tests')
-rw-r--r-- | tests/factor/Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/factor/Makefile.am b/tests/factor/Makefile.am index 3617a2a41..ab372b1cb 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 |