git.annexia.org
/
libguestfs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
76044a5
)
tests/protocol: Contains a Perl test so we must set PERL5LIB.
author
Richard W.M. Jones
<rjones@redhat.com>
Thu, 22 Dec 2011 19:12:14 +0000
(19:12 +0000)
committer
Richard W.M. Jones
<rjones@redhat.com>
Thu, 22 Dec 2011 19:12:14 +0000
(19:12 +0000)
This fixes commit
498758faee6be7e989869bf7feba5e1026a1bb65
.
tests/protocol/Makefile.am
patch
|
blob
|
history
diff --git
a/tests/protocol/Makefile.am
b/tests/protocol/Makefile.am
index
0d899dd
..
ce9282e
100644
(file)
--- 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)