Browse Source

[1828] Close another fd (found during merge conflict)

Mukund Sivaraman 13 years ago
parent
commit
3331380556
1 changed files with 1 additions and 0 deletions
  1. 1 0
      src/bin/zonemgr/tests/zonemgr_test.py

+ 1 - 0
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):