diff options
Diffstat (limited to 'tests/od')
-rw-r--r-- | tests/od/Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/od/Makefile.am b/tests/od/Makefile.am index c034f2d4a..8e64051a0 100644 --- a/tests/od/Makefile.am +++ b/tests/od/Makefile.am @@ -6,6 +6,6 @@ TESTS_ENVIRONMENT = \ top_srcdir=$(top_srcdir) \ srcdir=$(srcdir) \ PERL="$(PERL)" \ - PATH="`pwd`/../../src$(PATH_SEPARATOR)$$PATH" + PATH="$(VG_PATH_PREFIX)`pwd`/../../src$(PATH_SEPARATOR)$$PATH" TESTS = od-N x8 |