]> git.ipfire.org Git - thirdparty/kea.git/commitdiff
[1828] Close another fd (found during merge conflict)
authorMukund Sivaraman <muks@isc.org>
Mon, 18 Jun 2012 10:09:48 +0000 (15:39 +0530)
committerMukund Sivaraman <muks@isc.org>
Mon, 18 Jun 2012 10:09:48 +0000 (15:39 +0530)
src/bin/zonemgr/tests/zonemgr_test.py

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