Kaydet (Commit) 1fd77708 authored tarafından Christian Heimes's avatar Christian Heimes

Another fix for the bsddb3 tests

üst 087f8ae4
......@@ -24,7 +24,7 @@ class DBSequenceTest(unittest.TestCase):
pass
tempfile.tempdir = self.homeDir
self.filename = os.path.split(tempfile.mktemp())[1]
tempfile.tempdir = old_tempfile_tempdir
tempfile.tempdir = None
self.dbenv = db.DBEnv()
self.dbenv.open(self.homeDir, db.DB_CREATE | db.DB_INIT_MPOOL, 0o666)
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment