test-launch-race: Add comment.

This commit is contained in:
Richard W.M. Jones
2012-09-22 10:47:11 +01:00
parent ab0610d752
commit 09c372ea25

View File

@@ -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 ();