From: Mark Dickinson Date: Sun, 7 Oct 2012 14:41:38 +0000 (+0100) Subject: Clean up a test turd. X-Git-Tag: v2.7.4rc1~505 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=313dc9b8126186097f74b91d8333dab450b9786e;p=thirdparty%2FPython%2Fcpython.git Clean up a test turd. --- diff --git a/Lib/test/test_subprocess.py b/Lib/test/test_subprocess.py index 20b1ade753d5..5e74f4aa187c 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']),