diff --git a/tests/i18n/commands/extraction.py b/tests/i18n/commands/extraction.py
index 035dd53a10..79099a7fb0 100644
--- a/tests/i18n/commands/extraction.py
+++ b/tests/i18n/commands/extraction.py
@@ -342,6 +342,7 @@ class CopyPluralFormsExtractorTests(ExtractorTests):
     PO_FILE_ES = 'locale/es/LC_MESSAGES/django.po'
 
     def tearDown(self):
+        super(CopyPluralFormsExtractorTests, self).tearDown()
         os.chdir(self.test_dir)
         try:
             self._rmrf('locale/es')