X-Git-Url: http://git.annexia.org/?p=libguestfs.git;a=blobdiff_plain;f=perl%2Frun-perl-tests;h=228fb17ce048472511a1bacbdcfd6138a67e4b47;hp=7fc29219b3379ed45362bd0a0ec6bbb6d2e06fc7;hb=8f9f02d483b87c787d089cf9329f5f1b81d3a77e;hpb=9908e03e922b670437bcd89b6873f9ebc914567e diff --git a/perl/run-perl-tests b/perl/run-perl-tests index 7fc2921..228fb17 100755 --- a/perl/run-perl-tests +++ b/perl/run-perl-tests @@ -16,4 +16,6 @@ # along with this program; if not, write to the Free Software # Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. -make -f Makefile-pl test +export LD_LIBRARY_PATH=../src/.libs +export LIBGUESTFS_PATH=$(cd .. > /dev/null && pwd) +make -f Makefile-pl test "$@"