Fix test name

This commit is contained in:
Fedor Gogolev 2015-11-02 22:19:32 +03:00
parent 802359efb4
commit 34a94b600e
1 changed files with 1 additions and 1 deletions

View File

@ -133,7 +133,7 @@ Stopping daemon.
self.assertEqual(contents.read(), self.correct_log)
class KeepFDsTest(unittest.TestCase):
class ChdirTest(unittest.TestCase):
def setUp(self):
self.pidfile = mkstemp()[1]
self.target = mkstemp()[1]