Commit 21a9b1df authored by Gregory P. Smith's avatar Gregory P. Smith

typo fix, extra '.' on MacOS :)

parents 744cd63d 21d333b7
......@@ -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.')
......
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