From: Victor Stinner Date: Fri, 1 Jul 2011 00:57:33 +0000 (+0200) Subject: (merge 3.2) test_os: add TemporaryFileTests to the testcase list X-Git-Tag: v3.3.0a1~1993 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=4497445b3fd6d246f47e92ce5118ceb76e8b2ab2;p=thirdparty%2FPython%2Fcpython.git (merge 3.2) test_os: add TemporaryFileTests to the testcase list The testcase was never executed, it's now fixed. --- 4497445b3fd6d246f47e92ce5118ceb76e8b2ab2 diff --cc Lib/test/test_os.py index 5f39f64340de,0866593f0778..98a21298fd18 --- a/Lib/test/test_os.py +++ b/Lib/test/test_os.py @@@ -1630,8 -1344,7 +1630,9 @@@ def test_main() PidTests, LoginTests, LinkTests, + TestSendfile, + ProgramPriorityTests, + TemporaryFileTests, ) if __name__ == "__main__":