diff options
author | Andrei Zeliankou <zelenkov@nginx.com> | 2020-09-30 22:45:58 +0100 |
---|---|---|
committer | Andrei Zeliankou <zelenkov@nginx.com> | 2020-09-30 22:45:58 +0100 |
commit | 1fe1518ab1b9ad5dac6f2f8a1e41571cbc4d96e9 (patch) | |
tree | f703a8003666bafea296dd67ea0ba73681f14d6f | |
parent | c5cb2432c473a00a8af69b8930b268552afce85b (diff) | |
download | unit-1fe1518ab1b9ad5dac6f2f8a1e41571cbc4d96e9.tar.gz unit-1fe1518ab1b9ad5dac6f2f8a1e41571cbc4d96e9.tar.bz2 |
Tests: fixed test_static_space_in_name.
-rw-r--r-- | test/test_static.py | 2 |
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: |