X-Git-Url: http://git.annexia.org/?a=blobdiff_plain;f=perl%2Frun-perl-tests;h=0e7e9aba1b8b2d285a8b33b8e54f87e906b87f16;hb=14b1e7b963cd5446ab76a067085b91925dd5d3e3;hp=e3f315e932e6cc03508e08fb2ec59f3db90265aa;hpb=a1e8cdf2a254c5eddaf525cd7c34e4c937690204;p=libguestfs.git diff --git a/perl/run-perl-tests b/perl/run-perl-tests index e3f315e..0e7e9ab 100755 --- a/perl/run-perl-tests +++ b/perl/run-perl-tests @@ -14,8 +14,8 @@ # # You should have received a copy of the GNU General Public License # along with this program; if not, write to the Free Software -# Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. +# Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. + +set -e -export LD_LIBRARY_PATH=../src/.libs -export LIBGUESTFS_PATH=../appliance make -f Makefile-pl test "$@"