From 9e69118470773812b4854c3b97137bffa35a2e74 Mon Sep 17 00:00:00 2001 From: Michael Hanselmann <hansmi@google.com> Date: Tue, 21 Dec 2010 17:34:43 +0100 Subject: [PATCH] Ensure temp files from RunCmd tests are removed Signed-off-by: Michael Hanselmann <hansmi@google.com> Reviewed-by: Iustin Pop <iustin@google.com> --- test/ganeti.utils_unittest.py | 1 + 1 file changed, 1 insertion(+) diff --git a/test/ganeti.utils_unittest.py b/test/ganeti.utils_unittest.py index 1f80e6b10..c0b236079 100755 --- a/test/ganeti.utils_unittest.py +++ b/test/ganeti.utils_unittest.py @@ -245,6 +245,7 @@ class TestRunCmd(testutils.GanetiTestCase): def tearDown(self): shutil.rmtree(self.fifo_tmpdir) + testutils.GanetiTestCase.tearDown(self) def testOk(self): """Test successful exit code""" -- GitLab