diff options
Diffstat (limited to 'tests/join')
-rw-r--r-- | tests/join/Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/join/Makefile.am b/tests/join/Makefile.am index 41edd1438..2328b3f15 100644 --- a/tests/join/Makefile.am +++ b/tests/join/Makefile.am @@ -25,7 +25,7 @@ invalid-j.E EXTRA_DIST = Test.pm $x-tests $(explicit) $(maint_gen) noinst_SCRIPTS = $x-tests TESTS_ENVIRONMENT = \ - PATH="`pwd`/../../src$(PATH_SEPARATOR)$$PATH" + PATH="$(VG_PATH_PREFIX)`pwd`/../../src$(PATH_SEPARATOR)$$PATH" editpl = sed -e 's,@''PERL''@,$(PERL),g' -e 's,@''srcdir''@,$(srcdir),g' |