summaryrefslogtreecommitdiff
path: root/tests/tsort/Makefile.am
diff options
context:
space:
mode:
authorJim Meyering <jim@meyering.net>2000-01-07 08:25:47 +0000
committerJim Meyering <jim@meyering.net>2000-01-07 08:25:47 +0000
commit858254d5592053a9bb660607e9b1db3ba6c86dc3 (patch)
tree61d9c49d949c62e9c26541570f6d9a2a453e2194 /tests/tsort/Makefile.am
parentf90f8cea87352c1daf386fb5976a1e6c465352b7 (diff)
downloadcoreutils-858254d5592053a9bb660607e9b1db3ba6c86dc3.tar.xz
(TESTS_ENVIRONMENT): Add `pwd`/ prefix
to exported PATH value (though not strictly necessary, here).
Diffstat (limited to 'tests/tsort/Makefile.am')
-rw-r--r--tests/tsort/Makefile.am2
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