From 2deba3319cbf02c894932b498d406efdfdd73125 Mon Sep 17 00:00:00 2001 From: david-sarah Date: Tue, 9 Aug 2011 21:42:35 -0700 Subject: [PATCH] test/common_util.py: fix a typo. refs #1472 --- src/allmydata/test/common_util.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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): -- 2.45.2