Fix test_bsddb3.

This commit is contained in:
Martin v. Löwis 2007-08-11 06:13:20 +00:00
parent 2cde0eb922
commit 32ca442b13
3 changed files with 64 additions and 62 deletions

View file

@ -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)