tests: stray socket file left during unix_test.
This commit is contained in:
parent
cce1dbf3b1
commit
6592598999
|
@ -74,6 +74,7 @@ class ListenerTest(testlib.RouterMixin, testlib.TestCase):
|
|||
finally:
|
||||
capture.stop()
|
||||
|
||||
|
||||
class ClientTest(testlib.TestCase):
|
||||
klass = mitogen.unix.Listener
|
||||
|
||||
|
@ -97,6 +98,7 @@ class ClientTest(testlib.TestCase):
|
|||
self.assertEquals(0, resp['auth_id'])
|
||||
router.broker.shutdown()
|
||||
router.broker.join()
|
||||
os.unlink(path)
|
||||
|
||||
def _test_simple_server(self, path):
|
||||
router = mitogen.master.Router()
|
||||
|
|
Loading…
Reference in New Issue