diff options
author | Jim Meyering <jim@meyering.net> | 2000-01-07 08:25:47 +0000 |
---|---|---|
committer | Jim Meyering <jim@meyering.net> | 2000-01-07 08:25:47 +0000 |
commit | 858254d5592053a9bb660607e9b1db3ba6c86dc3 (patch) | |
tree | 61d9c49d949c62e9c26541570f6d9a2a453e2194 | |
parent | f90f8cea87352c1daf386fb5976a1e6c465352b7 (diff) | |
download | coreutils-858254d5592053a9bb660607e9b1db3ba6c86dc3.tar.xz |
(TESTS_ENVIRONMENT): Add `pwd`/ prefix
to exported PATH value (though not strictly necessary, here).
-rw-r--r-- | tests/tsort/Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/tsort/Makefile.am b/tests/tsort/Makefile.am index 50626a8aa..7bdf7ba63 100644 --- a/tests/tsort/Makefile.am +++ b/tests/tsort/Makefile.am @@ -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 |