From 21d333b7037b9d1283981590d10fad4b59477dc3 Mon Sep 17 00:00:00 2001 From: "Gregory P. Smith" Date: Sun, 22 Jan 2017 20:54:42 -0800 Subject: typo fix, extra '.' :) --- Lib/test/test_subprocess.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Lib/test/test_subprocess.py b/Lib/test/test_subprocess.py index 27406d4..65b7cce 100644 --- a/Lib/test/test_subprocess.py +++ b/Lib/test/test_subprocess.py @@ -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.') -- cgit v0.12