summaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
Diffstat (limited to 'tests')
-rw-r--r--tests/i18n/test_extraction.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/i18n/test_extraction.py b/tests/i18n/test_extraction.py
index 98e8e074cc..cc4d7a81ad 100644
--- a/tests/i18n/test_extraction.py
+++ b/tests/i18n/test_extraction.py
@@ -243,6 +243,7 @@ class BasicExtractorTests(ExtractorTests):
force_text(out.getvalue()))
def test_unicode_file_name(self):
+ os.chdir(self.test_dir)
open(os.path.join(self.test_dir, 'vidéo.txt'), 'a').close()
management.call_command('makemessages', locale=[LOCALE], verbosity=0)