|
@@ -111,6 +111,7 @@ class TestZonemgrRefresh(unittest.TestCase):
|
|
def tearDown(self):
|
|
def tearDown(self):
|
|
if os.path.exists(TEST_SQLITE3_DBFILE):
|
|
if os.path.exists(TEST_SQLITE3_DBFILE):
|
|
os.unlink(TEST_SQLITE3_DBFILE)
|
|
os.unlink(TEST_SQLITE3_DBFILE)
|
|
|
|
+ sys.stderr.close()
|
|
sys.stderr = self.stderr_backup
|
|
sys.stderr = self.stderr_backup
|
|
|
|
|
|
def test_random_jitter(self):
|
|
def test_random_jitter(self):
|