From: david-sarah Date: Wed, 10 Aug 2011 04:42:35 +0000 (-0700) Subject: test/common_util.py: fix a typo. refs #1472 X-Git-Url: https://git.rkrishnan.org/COPYING.TGPPL.html?a=commitdiff_plain;h=2deba3319cbf02c894932b498d406efdfdd73125;p=tahoe-lafs%2Ftahoe-lafs.git test/common_util.py: fix a typo. refs #1472 --- diff --git a/src/allmydata/test/common_util.py b/src/allmydata/test/common_util.py index 70a07245..54c4e55e 100644 --- a/src/allmydata/test/common_util.py +++ b/src/allmydata/test/common_util.py @@ -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):