]> git.rkrishnan.org Git - tahoe-lafs/tahoe-lafs.git/commitdiff
zfec: turn off the feature of leaving the tmp data around for post-mortem analysis
authorZooko O'Whielacronx <zooko@zooko.com>
Sat, 21 Apr 2007 18:11:06 +0000 (11:11 -0700)
committerZooko O'Whielacronx <zooko@zooko.com>
Sat, 21 Apr 2007 18:11:06 +0000 (11:11 -0700)
src/zfec/zfec/test/test_zfec.py

index 8403ab7c9ec504385bb8dc3874d2b2aaabc06bbd..a0b8ce6d680360931c7a59cbb202297568b46f87 100644 (file)
@@ -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')