diff --git a/tests/functional/test_tcsh.py b/tests/functional/test_tcsh.py index 5632370a..c5cc5a66 100644 --- a/tests/functional/test_tcsh.py +++ b/tests/functional/test_tcsh.py @@ -25,6 +25,7 @@ def proc(request, spawnu, run_without_docker): if not run_without_docker: proc.sendline(u'pip install /src') proc.sendline(u'tcsh') + proc.sendline(u'setenv PYTHONIOENCODING utf8') proc.sendline(u'eval `thefuck --alias`') return proc