summaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
Diffstat (limited to 'tests')
-rw-r--r--tests/test_build_gettext.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/test_build_gettext.py b/tests/test_build_gettext.py
index be35c569..ca47909b 100644
--- a/tests/test_build_gettext.py
+++ b/tests/test_build_gettext.py
@@ -19,6 +19,7 @@ from util import SkipTest
def teardown_module():
(test_root / '_build').rmtree(True)
+ (test_root / 'xx').rmtree(True)
@with_app(buildername='gettext')