BIND 10 master, updated. 333138055635992ef6e04484010d4e491edd888f [1828] Close another fd (found during merge conflict)
BIND 10 source code commits
bind10-changes at lists.isc.org
Mon Jun 18 10:09:58 UTC 2012
The branch, master has been updated
via 333138055635992ef6e04484010d4e491edd888f (commit)
from 5e57606033faf7a39ffa791225f5364aa0506257 (commit)
Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.
- Log -----------------------------------------------------------------
commit 333138055635992ef6e04484010d4e491edd888f
Author: Mukund Sivaraman <muks at isc.org>
Date: Mon Jun 18 15:39:48 2012 +0530
[1828] Close another fd (found during merge conflict)
-----------------------------------------------------------------------
Summary of changes:
src/bin/zonemgr/tests/zonemgr_test.py | 1 +
1 file changed, 1 insertion(+)
-----------------------------------------------------------------------
diff --git a/src/bin/zonemgr/tests/zonemgr_test.py b/src/bin/zonemgr/tests/zonemgr_test.py
index 548d921..d69d672 100644
--- a/src/bin/zonemgr/tests/zonemgr_test.py
+++ b/src/bin/zonemgr/tests/zonemgr_test.py
@@ -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):
More information about the bind10-changes
mailing list