From 313dc9b8126186097f74b91d8333dab450b9786e Mon Sep 17 00:00:00 2001 From: Mark Dickinson Date: Sun, 7 Oct 2012 15:41:38 +0100 Subject: Clean up a test turd. --- Lib/test/test_subprocess.py | 1 + 1 file changed, 1 insertion(+) diff --git a/Lib/test/test_subprocess.py b/Lib/test/test_subprocess.py index 20b1ade..5e74f4a 100644 --- a/Lib/test/test_subprocess.py +++ b/Lib/test/test_subprocess.py @@ -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']), -- cgit v0.12