[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:26 UTC 2013


The following commit has been merged in the experimental branch:
commit 897a69604dd2f3999b829376ae10ff7c6e6b3288
Author: Richard W.M. Jones <rjones at redhat.com>
Date:   Tue Apr 30 15:42:31 2013 +0100

    perl: Make the 030-create-flags test same as canonical OCaml version.

diff --git a/perl/t/030-create-flags.t b/perl/t/030-create-flags.t
index e722439..ef7b419 100644
--- a/perl/t/030-create-flags.t
+++ b/perl/t/030-create-flags.t
@@ -21,5 +21,5 @@ use Test::More tests => 1;
 
 use Sys::Guestfs;
 
-my $g = Sys::Guestfs->new (environment => 0);
+my $g = Sys::Guestfs->new (environment => 0, close_on_exit => 1);
 ok ($g);

-- 
Libguestfs Debian packaging



More information about the Pkg-libvirt-commits mailing list