diff options
Diffstat (limited to 'Lib/test/test_bsddb.py')
-rwxr-xr-x | Lib/test/test_bsddb.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Lib/test/test_bsddb.py b/Lib/test/test_bsddb.py index e5780ea..aa65295 100755 --- a/Lib/test/test_bsddb.py +++ b/Lib/test/test_bsddb.py @@ -12,7 +12,7 @@ def test(openmethod, what): if verbose: print '\nTesting: ', what - + fname = tempfile.mktemp() f = openmethod(fname, 'c') if verbose: |