mirror of
https://github.com/libguestfs/libguestfs.git
synced 2026-03-21 22:53:37 +00:00
test-launch-race: Add comment.
This commit is contained in:
@@ -39,7 +39,7 @@ if ($pid == 0) {
|
||||
my $g = Sys::Guestfs->new ();
|
||||
$g->add_drive ("/dev/null");
|
||||
$g->launch ();
|
||||
_exit (0);
|
||||
_exit (0); # So the tmpdir is not removed.
|
||||
}
|
||||
|
||||
my $g = Sys::Guestfs->new ();
|
||||
|
||||
Reference in New Issue
Block a user