reenable the invalid fd test for fdopen

This commit is contained in:
Benjamin Peterson 2009-01-19 15:15:02 +00:00
parent 806d4029ed
commit 05e782fc3b
2 changed files with 3 additions and 1 deletions

View file

@ -588,7 +588,7 @@ class Win32ErrorTests(unittest.TestCase):
self.assertRaises(WindowsError, os.utime, support.TESTFN, 0)
class TestInvalidFD(unittest.TestCase):
singles = ["fchdir", "dup", "fdatasync", "fstat",
singles = ["fchdir", "dup", "fdopen", "fdatasync", "fstat",
"fstatvfs", "fsync", "tcgetpgrp", "ttyname"]
#singles.append("close")
#We omit close because it doesn'r raise an exception on some platforms