]> granicus.if.org Git - python/commitdiff
typo fix, extra '.' :)
authorGregory P. Smith <greg@krypto.org>
Mon, 23 Jan 2017 04:54:42 +0000 (20:54 -0800)
committerGregory P. Smith <greg@krypto.org>
Mon, 23 Jan 2017 04:54:42 +0000 (20:54 -0800)
Lib/test/test_subprocess.py

index 27406d445e7ab0c0b656a6bf77de94124f13ee97..65b7cce131975af794ffa5a798018ed92eae7bd4 100644 (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.')