[Pkg-libvirt-commits] [SCM] Libguestfs Debian packaging branch, experimental, updated. debian/1%1.21.40-1

Richard W.M. Jones rjones at redhat.com
Sat Jun 1 11:04:24 UTC 2013


The following commit has been merged in the experimental branch:
commit 440183b440ae66011e1739f64744c45d8c8c4220
Author: Richard W.M. Jones <rjones at redhat.com>
Date:   Tue Apr 30 12:20:53 2013 +0100

    perl: run-bindtests: Don't set PERL5LIB.
    
    This environment variable should already be set properly
    by 'run', there is no need to set it from this test script.

diff --git a/perl/run-bindtests b/perl/run-bindtests
index 44fff79..3fefd05 100755
--- a/perl/run-bindtests
+++ b/perl/run-bindtests
@@ -18,6 +18,5 @@
 
 set -e
 
-export PERL5LIB=$(pwd)/blib/lib:$(pwd)/blib/arch
 perl $srcdir/bindtests.pl > bindtests.tmp
 diff -u $srcdir/../bindtests bindtests.tmp

-- 
Libguestfs Debian packaging



More information about the Pkg-libvirt-commits mailing list