diff options
Diffstat (limited to 'tests/factor')
-rw-r--r-- | tests/factor/Makefile.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/factor/Makefile.in b/tests/factor/Makefile.in index f3a8698b9..6a6231fc1 100644 --- a/tests/factor/Makefile.in +++ b/tests/factor/Makefile.in @@ -263,7 +263,7 @@ TESTS_ENVIRONMENT = \ top_srcdir=$(top_srcdir) \ srcdir=$(srcdir) \ PERL="$(PERL)" \ - PATH="`pwd`/../../src/vg$(PATH_SEPARATOR)$$PATH" \ + PATH="`pwd`/../../src$(PATH_SEPARATOR)$$PATH" \ PROG=factor all: all-am |