summaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
-rw-r--r--test/test_static.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/test_static.py b/test/test_static.py
index fc8bb0a9..2290bc38 100644
--- a/test/test_static.py
+++ b/test/test_static.py
@@ -129,7 +129,7 @@ class TestStatic(TestApplicationProto):
), 'file name enclosing'
try:
- print('файл')
+ open(self.temp_dir + '/ф а', 'a').close()
utf8 = True
except: