mirror of
https://github.com/python/cpython.git
synced 2025-08-04 08:59:19 +00:00
typo fix, extra '.' on MacOS :)
This commit is contained in:
commit
21a9b1dfc6
1 changed files with 1 additions and 1 deletions
|
@ -2502,7 +2502,7 @@ class POSIXProcessTestCase(BaseTestCase):
|
|||
|
||||
_libc_file_extensions = {
|
||||
'Linux': 'so.6',
|
||||
'Darwin': '.dylib',
|
||||
'Darwin': 'dylib',
|
||||
}
|
||||
@unittest.skipIf(platform.uname()[0] not in _libc_file_extensions,
|
||||
'Test requires a libc this code can load with ctypes.')
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue