Browse Source

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

Jelmer Vernooij 10 years ago
parent
commit
5473f06dac
1 changed files with 2 additions and 0 deletions
  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)