summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRichard W.M. Jones <rjones@redhat.com>2011-12-22 22:17:17 +0000
committerRichard W.M. Jones <rjones@redhat.com>2011-12-22 22:17:17 +0000
commit6067e1540fab8e8ca85e8c052bbee057882548be (patch)
tree849c3ca830fb6f94bdd763d96a1ac31a062fd8e2
parent37aba887d7494a8d970a860e190bd77765d6b440 (diff)
downloadlibguestfs-6067e1540fab8e8ca85e8c052bbee057882548be.tar.gz
libguestfs-6067e1540fab8e8ca85e8c052bbee057882548be.tar.xz
libguestfs-6067e1540fab8e8ca85e8c052bbee057882548be.zip
tests/lvm: Contains a Perl test so we must set PERL5LIB.
This fixes commit 498758faee6be7e989869bf7feba5e1026a1bb65.
-rw-r--r--tests/lvm/Makefile.am3
1 files changed, 2 insertions, 1 deletions
diff --git a/tests/lvm/Makefile.am b/tests/lvm/Makefile.am
index 290f6b3d..9c4c137f 100644
--- a/tests/lvm/Makefile.am
+++ b/tests/lvm/Makefile.am
@@ -27,7 +27,8 @@ TESTS_ENVIRONMENT = \
MALLOC_PERTURB_=$(random_val) \
LD_LIBRARY_PATH=$(top_builddir)/src/.libs \
LIBGUESTFS_PATH=$(top_builddir)/appliance \
- TMPDIR=$(top_builddir)
+ TMPDIR=$(top_builddir) \
+ PERL5LIB=$(top_builddir)/perl/blib/lib:$(top_builddir)/perl/blib/arch
EXTRA_DIST = \
$(TESTS)