libguestfs/0001-test-launch-race-Add-comment.patch

26 lines
745 B
Diff
Raw Normal View History

From 09c372ea250e8241d62e9fde70eabe7bdca83050 Mon Sep 17 00:00:00 2001
From: "Richard W.M. Jones" <rjones@redhat.com>
Date: Sat, 22 Sep 2012 10:47:11 +0100
Subject: [PATCH 1/3] test-launch-race: Add comment.
---
tests/protocol/test-launch-race.pl | 2 +-
1 Datei geändert, 1 Zeile hinzugefügt(+), 1 Zeile entfernt(-)
diff --git a/tests/protocol/test-launch-race.pl b/tests/protocol/test-launch-race.pl
index 7a1e836..f933bfe 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 ();
--
1.7.12