mirror of
https://github.com/python/cpython.git
synced 2025-07-24 03:35:53 +00:00
Fix test_bsddb3.
This commit is contained in:
parent
2cde0eb922
commit
32ca442b13
3 changed files with 64 additions and 62 deletions
|
@ -24,8 +24,7 @@ if 'silent' in sys.argv: # take care of old flag, just in case
|
|||
def suite():
|
||||
try:
|
||||
# this is special, it used to segfault the interpreter
|
||||
#import bsddb.test.test_1413192
|
||||
pass
|
||||
import bsddb.test.test_1413192
|
||||
except:
|
||||
for f in ['__db.001', '__db.002', '__db.003', 'log.0000000001']:
|
||||
unlink(f)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue