summaryrefslogtreecommitdiffstats
path: root/tests/protocol
diff options
context:
space:
mode:
authorRichard W.M. Jones <rjones@redhat.com>2012-09-22 10:47:11 +0100
committerRichard W.M. Jones <rjones@redhat.com>2012-09-22 10:47:11 +0100
commit09c372ea250e8241d62e9fde70eabe7bdca83050 (patch)
tree737e948f75dc8ca09d7a49699a3176eca95d2e1d /tests/protocol
parentab0610d7528a4816166e6d2840f8b675c14b2d09 (diff)
downloadlibguestfs-09c372ea250e8241d62e9fde70eabe7bdca83050.tar.gz
libguestfs-09c372ea250e8241d62e9fde70eabe7bdca83050.tar.xz
libguestfs-09c372ea250e8241d62e9fde70eabe7bdca83050.zip
test-launch-race: Add comment.
Diffstat (limited to 'tests/protocol')
-rwxr-xr-xtests/protocol/test-launch-race.pl2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/protocol/test-launch-race.pl b/tests/protocol/test-launch-race.pl
index 7a1e836c..f933bfeb 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 ();