From 917c6ac887533059c776db1f015462869fa6e6dd Mon Sep 17 00:00:00 2001 From: nvbn Date: Tue, 28 Jun 2016 00:00:49 +0300 Subject: [PATCH] #524: Fix tcsh encoding --- tests/functional/test_tcsh.py | 1 + 1 file changed, 1 insertion(+) 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