mirror of
https://github.com/tahoe-lafs/tahoe-lafs.git
synced 2024-12-20 13:33:09 +00:00
zfec: turn off the feature of leaving the tmp data around for post-mortem analysis
This commit is contained in:
parent
0bd9afdfb8
commit
a4ddc6773e
@ -131,7 +131,7 @@ class FileFec(unittest.TestCase):
|
||||
PREFIX = "test"
|
||||
SUFFIX = ".fec"
|
||||
|
||||
tempdir = zfec.util.fileutil.NamedTemporaryDirectory(cleanup=False)
|
||||
tempdir = zfec.util.fileutil.NamedTemporaryDirectory()
|
||||
try:
|
||||
tempfn = os.path.join(tempdir.name, TESTFNAME)
|
||||
tempf = open(tempfn, 'wb')
|
||||
|
Loading…
Reference in New Issue
Block a user