mirror of
https://github.com/python/cpython.git
synced 2025-08-04 00:48:58 +00:00
Use a saner test filename, to work on Windows.
This commit is contained in:
parent
4bf9c20e18
commit
a8e14d4d03
1 changed files with 1 additions and 3 deletions
|
@ -7,9 +7,7 @@
|
|||
|
||||
import dumbdbm as dbm
|
||||
from dumbdbm import error
|
||||
from test_support import verbose
|
||||
|
||||
filename = '/tmp/delete_me'
|
||||
from test_support import verbose, TESTFN as filename
|
||||
|
||||
d = dbm.open(filename, 'c')
|
||||
d['a'] = 'b'
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue