Commit 9a76eb65 authored by Tarek Ziadé's avatar Tarek Ziadé

Issue #5472: Fixed distutils.test_util tear down

parent aee35e09
......@@ -53,6 +53,8 @@ class utilTestCase(unittest.TestCase):
os.path.splitdrive = self.splitdrive
if self.uname is not None:
os.uname = self.uname
else:
del os.uname
def _set_uname(self, uname):
self._uname = uname
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment