Generated code for e2fsck-f command.
[libguestfs.git] / perl / run-perl-tests
index 7fc2921..228fb17 100755 (executable)
@@ -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 "$@"