Skip to content

Commit

Permalink
fix test
Browse files Browse the repository at this point in the history
  • Loading branch information
coldnight committed Jan 16, 2017
1 parent e7cd0a0 commit 9d752e0
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions supervisor/tests/test_options.py
Original file line number Diff line number Diff line change
Expand Up @@ -1376,6 +1376,7 @@ def test_cleanup_removes_pidfile(self):
f.write('2')
instance = self._makeOne()
instance.pidfile = pidfile
instance.logger = DummyLogger()
instance.write_pidfile()
instance.cleanup()
self.assertFalse(os.path.exists(pidfile))
Expand Down

0 comments on commit 9d752e0

Please sign in to comment.