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

typo fix, extra '.' :)

parent 95919c09
......@@ -2452,7 +2452,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