mirror of
https://github.com/python/cpython.git
synced 2025-09-26 18:29:57 +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
|
import dumbdbm as dbm
|
||||||
from dumbdbm import error
|
from dumbdbm import error
|
||||||
from test_support import verbose
|
from test_support import verbose, TESTFN as filename
|
||||||
|
|
||||||
filename = '/tmp/delete_me'
|
|
||||||
|
|
||||||
d = dbm.open(filename, 'c')
|
d = dbm.open(filename, 'c')
|
||||||
d['a'] = 'b'
|
d['a'] = 'b'
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue