瀏覽代碼

Merge branch 'close_subprocess' of git://github.com/garyvdm/dulwich

Jelmer Vernooij 10 年之前
父節點
當前提交
5473f06dac
共有 1 個文件被更改,包括 2 次插入0 次删除
  1. 2 0
      dulwich/tests/compat/test_client.py

+ 2 - 0
dulwich/tests/compat/test_client.py

@@ -287,6 +287,8 @@ class DulwichTCPClientTest(CompatTestCase, DulwichClientTestBase):
                 os.unlink(self.pidfile)
             except (OSError, IOError):
                 pass
+        self.process.stdout.close()
+        self.process.stderr.close()
         DulwichClientTestBase.tearDown(self)
         CompatTestCase.tearDown(self)