From: Benjamin Peterson Date: Sat, 17 May 2014 23:33:59 +0000 (-0700) Subject: 'sunos' not 'solaris X-Git-Tag: v2.7.7rc1~2 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=5918f8f6120f66192bca6245cd31ee13b7ed9a9e;p=python 'sunos' not 'solaris --- diff --git a/Lib/test/test_posix.py b/Lib/test/test_posix.py index 865e603a08..0048456305 100644 --- a/Lib/test/test_posix.py +++ b/Lib/test/test_posix.py @@ -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)