diff options
-rw-r--r-- | tests/tail-2/Makefile.am | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/tail-2/Makefile.am b/tests/tail-2/Makefile.am index a0071fd80..c433aa7e3 100644 --- a/tests/tail-2/Makefile.am +++ b/tests/tail-2/Makefile.am @@ -6,7 +6,7 @@ TESTS_ENVIRONMENT = \ top_srcdir=$(top_srcdir) \ srcdir=$(srcdir) \ PERL="@PERL@" \ - PATH=../../src:$$PATH \ + PATH=`pwd`/../../src:$$PATH \ PROG=tail -TESTS = infloop-1 assert +TESTS = assert |