From: zooko Date: Sat, 21 Apr 2007 18:11:06 +0000 (+0530) Subject: zfec: turn off the feature of leaving the tmp data around for post-mortem analysis X-Git-Url: https://git.rkrishnan.org/COPYING.TGPPL.html?a=commitdiff_plain;h=fdbbeccfc3b9738045c37a95746c4e20f26643d6;p=tahoe-lafs%2Fzfec.git zfec: turn off the feature of leaving the tmp data around for post-mortem analysis darcs-hash:a54ab2a5e0cddd9b5f88b0182b5e350a4cf09845 --- diff --git a/zfec/zfec/test/test_zfec.py b/zfec/zfec/test/test_zfec.py index 8403ab7..a0b8ce6 100755 --- a/zfec/zfec/test/test_zfec.py +++ b/zfec/zfec/test/test_zfec.py @@ -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')