diff --git a/tests/protocol/test-launch-race.pl b/tests/protocol/test-launch-race.pl index 7a1e836c2..f933bfeb5 100755 --- a/tests/protocol/test-launch-race.pl +++ b/tests/protocol/test-launch-race.pl @@ -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 ();