diff options
Diffstat (limited to 'tests/tail-2')
-rw-r--r-- | tests/tail-2/Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/tail-2/Makefile.am b/tests/tail-2/Makefile.am index 6a46db14b..96f447de5 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=`pwd`/../../src:$$PATH \ + PATH="`pwd`/../../src@PATH_SEPARATOR@$$PATH" \ PROG=tail TESTS = big-4gb proc-ksyms start-middle assert assert-2 |