diff options
author | Richard Jones <rjones@redhat.com> | 2009-04-10 15:06:29 +0100 |
---|---|---|
committer | Richard Jones <rjones@redhat.com> | 2009-04-10 15:06:29 +0100 |
commit | c7f85827cf89a088fa85808202edc75c820fd14e (patch) | |
tree | a16808d2ef24861ecc002e18e7ea9a2222044ca5 /perl | |
parent | 286841877f4223d67ec00b83e5a2aabfbb9e19ed (diff) | |
download | libguestfs-c7f85827cf89a088fa85808202edc75c820fd14e.tar.gz libguestfs-c7f85827cf89a088fa85808202edc75c820fd14e.tar.xz libguestfs-c7f85827cf89a088fa85808202edc75c820fd14e.zip |
Need to set LD_LIBRARY_PATH so we pick up the right C library.
Diffstat (limited to 'perl')
-rwxr-xr-x | perl/run-perl-tests | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/perl/run-perl-tests b/perl/run-perl-tests index 7fc29219..d2280dd5 100755 --- a/perl/run-perl-tests +++ b/perl/run-perl-tests @@ -16,4 +16,5 @@ # along with this program; if not, write to the Free Software # Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. +export LD_LIBRARY_PATH=../src/.libs make -f Makefile-pl test |