typo fix, extra '.' :)

This commit is contained in:
Gregory P. Smith 2017-01-22 20:54:42 -08:00
parent 95919c096c
commit 21d333b703
1 changed files with 1 additions and 1 deletions

View File

@ -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.')