From: Zooko O'Whielacronx <zooko@zooko.com>
Date: Sat, 21 Apr 2007 18:11:06 +0000 (-0700)
Subject: zfec: turn off the feature of leaving the tmp data around for post-mortem analysis
X-Git-Tag: tahoe_v0.1.0-0-UNSTABLE~1
X-Git-Url: https://git.rkrishnan.org/listings/readonly?a=commitdiff_plain;h=a4ddc6773ec3137f3f5b3252d73b8bc80df183d8;p=tahoe-lafs%2Ftahoe-lafs.git

zfec: turn off the feature of leaving the tmp data around for post-mortem analysis
---

diff --git a/src/zfec/zfec/test/test_zfec.py b/src/zfec/zfec/test/test_zfec.py
index 8403ab7c..a0b8ce6d 100644
--- a/src/zfec/zfec/test/test_zfec.py
+++ b/src/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')