(merge 3.2) test_os: add TemporaryFileTests to the testcase list
authorVictor Stinner <victor.stinner@haypocalc.com>
Fri, 1 Jul 2011 00:57:33 +0000 (02:57 +0200)
committerVictor Stinner <victor.stinner@haypocalc.com>
Fri, 1 Jul 2011 00:57:33 +0000 (02:57 +0200)
The testcase was never executed, it's now fixed.

1  2 
Lib/test/test_os.py

index 5f39f64340de1f6c30828f36626e4c4f533099b2,0866593f07789bbf75068cb242892fd7b820ea5c..98a21298fd186118602681aba27aba3b711c4bee
@@@ -1630,8 -1344,7 +1630,9 @@@ def test_main()
          PidTests,
          LoginTests,
          LinkTests,
 +        TestSendfile,
 +        ProgramPriorityTests,
+         TemporaryFileTests,
      )
  
  if __name__ == "__main__":