mirror of
https://github.com/libguestfs/libguestfs.git
synced 2026-03-21 22:53:37 +00:00
perl: Make the 030-create-flags test same as canonical OCaml version.
This commit is contained in:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user