diff options
Diffstat (limited to 'tests/shred')
-rw-r--r-- | tests/shred/Makefile.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/shred/Makefile.in b/tests/shred/Makefile.in index aa3ce051d..d05a7a845 100644 --- a/tests/shred/Makefile.in +++ b/tests/shred/Makefile.in @@ -261,7 +261,7 @@ TESTS_ENVIRONMENT = \ top_srcdir=$(top_srcdir) \ srcdir=$(srcdir) \ PERL="$(PERL)" \ - PATH="`pwd`/../../src/vg$(PATH_SEPARATOR)$$PATH" + PATH="`pwd`/../../src$(PATH_SEPARATOR)$$PATH" TESTS = remove exact all: all-am |