Commit 313dc9b8 authored by Mark Dickinson's avatar Mark Dickinson

Clean up a test turd.

parent fefd3ac0
......@@ -526,6 +526,7 @@ class ProcessTestCase(BaseTestCase):
finally:
for h in handles:
os.close(h)
test_support.unlink(test_support.TESTFN)
def test_list2cmdline(self):
self.assertEqual(subprocess.list2cmdline(['a b c', 'd', 'e']),
......
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