3 Roger E. Masse revised strategy by Barry Warsaw
7 from test
.test_support
import verbose
,TestSkipped
10 ('/usr/lib/libc.so', 'getpid'),
11 ('/lib/libc.so.6', 'getpid'),
12 ('/usr/bin/cygwin1.dll', 'getpid'),
13 ('/usr/lib/libc.dylib', 'getpid'),
16 for s
, func
in sharedlibs
:
19 print 'trying to open:', s
,
23 print 'failed', repr(str(err
))
34 raise TestSkipped
, 'Could not open any shared libraries'