diff options
| author | Richard W.M. Jones <rjones@redhat.com> | 2011-12-22 19:12:14 +0000 |
|---|---|---|
| committer | Richard W.M. Jones <rjones@redhat.com> | 2011-12-22 19:12:14 +0000 |
| commit | 37aba887d7494a8d970a860e190bd77765d6b440 (patch) | |
| tree | 17271ef22e1277c2a47efceb3833e977354a3723 /tests/protocol | |
| parent | 76044a5c00fa331a36e2cbce0ef666b88c2988c2 (diff) | |
| download | libguestfs-37aba887d7494a8d970a860e190bd77765d6b440.tar.gz libguestfs-37aba887d7494a8d970a860e190bd77765d6b440.tar.xz libguestfs-37aba887d7494a8d970a860e190bd77765d6b440.zip | |
tests/protocol: Contains a Perl test so we must set PERL5LIB.
This fixes commit 498758faee6be7e989869bf7feba5e1026a1bb65.
Diffstat (limited to 'tests/protocol')
| -rw-r--r-- | tests/protocol/Makefile.am | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/tests/protocol/Makefile.am b/tests/protocol/Makefile.am index 0d899dd9..ce9282e2 100644 --- a/tests/protocol/Makefile.am +++ b/tests/protocol/Makefile.am @@ -32,7 +32,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) |
