diff options
-rw-r--r-- | Lib/test/test_dbm.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Lib/test/test_dbm.py b/Lib/test/test_dbm.py index c1be7d9..74c9c44 100644 --- a/Lib/test/test_dbm.py +++ b/Lib/test/test_dbm.py @@ -123,7 +123,7 @@ class WhichDBTestCase(unittest.TestCase): name = module.__name__ if name == 'dbm.dumb': continue # whichdb can't support dbm.dumb - test.support.unlink(_fname) + delete_files() f = module.open(_fname, 'c') f.close() self.assertEqual(name, dbm.whichdb(_fname)) |