diff options
Diffstat (limited to 'Lib/test/test_dl.py')
-rwxr-xr-x | Lib/test/test_dl.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Lib/test/test_dl.py b/Lib/test/test_dl.py index 60a5cf0..390dbd8 100755 --- a/Lib/test/test_dl.py +++ b/Lib/test/test_dl.py @@ -9,6 +9,7 @@ from test_support import verbose,TestSkipped sharedlibs = [ ('/usr/lib/libc.so', 'getpid'), ('/lib/libc.so.6', 'getpid'), + ('/usr/bin/cygwin1.dll', 'getpid'), ] for s, func in sharedlibs: |