Commit d58c14b8 authored by Benjamin Peterson's avatar Benjamin Peterson

'sunos' not 'solaris

parent 23d009c9
......@@ -195,7 +195,7 @@ class PosixTester(unittest.TestCase):
self.fdopen_helper('r', 100)
@unittest.skipUnless(hasattr(posix, 'fdopen') and
not sys.platform.startswith("solaris"),
not sys.platform.startswith("sunos"),
'test needs posix.fdopen()')
def test_fdopen_keeps_fd_open_on_errors(self):
fd = os.open(test_support.TESTFN, os.O_RDONLY)
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment