]> granicus.if.org Git - python/commitdiff
Clean up a test turd.
authorMark Dickinson <mdickinson@enthought.com>
Sun, 7 Oct 2012 14:41:38 +0000 (15:41 +0100)
committerMark Dickinson <mdickinson@enthought.com>
Sun, 7 Oct 2012 14:41:38 +0000 (15:41 +0100)
Lib/test/test_subprocess.py

index 20b1ade753d5affc4e741af348b399cceda53d9c..5e74f4aa187c5d2e867a1b5f25d86ba938278945 100644 (file)
@@ -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']),