X-Git-Url: http://git.annexia.org/?a=blobdiff_plain;f=perl%2Frun-bindtests;h=5a53ab633adc2828e42751f5d27e9b6812cb2a98;hb=f5bfc68fdb3e25b9d75c65e3f5e88983584b25ed;hp=d9d1ca382e5c6d283a4e1e20b1d4d4fcfb4ad563;hpb=babc0846cc911b01a58a7385d30ad25889b7175a;p=libguestfs.git diff --git a/perl/run-bindtests b/perl/run-bindtests index d9d1ca3..5a53ab6 100755 --- a/perl/run-bindtests +++ b/perl/run-bindtests @@ -14,10 +14,10 @@ # # 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 PERL5LIB=$(pwd)/blib/lib:$(pwd)/blib/arch perl bindtests.pl > bindtests.tmp -diff -u ../bindtests bindtests.tmp +diff -u ${srcdir}/../bindtests bindtests.tmp