]> git.rkrishnan.org Git - tahoe-lafs/tahoe-lafs.git/commitdiff
test/common_util.py: fix a typo. refs #1472
authordavid-sarah <david-sarah@jacaranda.org>
Wed, 10 Aug 2011 04:42:35 +0000 (21:42 -0700)
committerdavid-sarah <david-sarah@jacaranda.org>
Wed, 10 Aug 2011 04:42:35 +0000 (21:42 -0700)
src/allmydata/test/common_util.py

index 70a072454feb3c4dc04a1b4ff0419d0422de4c88..54c4e55e4155cbdcf714c2d2e236da9883e1741e 100644 (file)
@@ -47,7 +47,7 @@ class NonASCIIPathMixin:
                 finally:
                     log.err("We were unable to delete a non-ASCII directory %r created by the test. "
                             "This is liable to cause failures on future builds." % (dirpath,))
-            self.addCleanup(self._cleanup_nonascii, dirpath)
+            self.addCleanup(self._cleanup, dirpath)
         os.mkdir(dirpath)
 
     def unicode_or_fallback(self, unicode_name, fallback_name):