diff options
Diffstat (limited to 'app-emulation/ganeti/files/ganeti-2.13-process_unittest.patch')
-rw-r--r-- | app-emulation/ganeti/files/ganeti-2.13-process_unittest.patch | 21 |
1 files changed, 0 insertions, 21 deletions
diff --git a/app-emulation/ganeti/files/ganeti-2.13-process_unittest.patch b/app-emulation/ganeti/files/ganeti-2.13-process_unittest.patch deleted file mode 100644 index 4001ac5aa4de..000000000000 --- a/app-emulation/ganeti/files/ganeti-2.13-process_unittest.patch +++ /dev/null @@ -1,21 +0,0 @@ -diff --git a/test/py/ganeti.utils.process_unittest.py b/test/py/ganeti.utils.process_unittest.py -index 2cfb841..a5876a5 100755 ---- a/test/py/ganeti.utils.process_unittest.py -+++ b/test/py/ganeti.utils.process_unittest.py -@@ -284,7 +284,7 @@ class TestRunCmd(testutils.GanetiTestCase): - result = utils.RunCmd(["/bin/sh", "-c", cmd], timeout=0.2, - noclose_fds=[self.proc_ready_helper.write_fd], - postfork_fn=self.proc_ready_helper.Ready) -- self.assertEqual(result.exit_code, 0) -+ self.assertEqual(result.exit_code, None) - - def testTimeoutKill(self): - cmd = ["/bin/sh", "-c", "trap '' TERM; echo >&%d; read < %s" % -@@ -306,7 +306,6 @@ class TestRunCmd(testutils.GanetiTestCase): - noclose_fds=[self.proc_ready_helper.write_fd], - postfork_fn=self.proc_ready_helper.Ready) - self.assert_(result.failed) -- self.assertEqual(result.stdout, "sigtermed\n") - - def testListRun(self): - """Test list runs""" |