From 858254d5592053a9bb660607e9b1db3ba6c86dc3 Mon Sep 17 00:00:00 2001 From: Jim Meyering Date: Fri, 7 Jan 2000 08:25:47 +0000 Subject: (TESTS_ENVIRONMENT): Add `pwd`/ prefix to exported PATH value (though not strictly necessary, here). --- tests/tsort/Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tests/tsort/Makefile.am') 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 -- cgit v1.2.3-54-g00ecf