diff -r f5d4bb8e944d -r 7cab956794e4 tests/run-tests.py --- a/tests/run-tests.py Thu Aug 24 22:15:40 2017 +0900 +++ b/tests/run-tests.py Thu Aug 24 22:20:02 2017 +0900 @@ -615,7 +615,8 @@ if not color: return line assert pygmentspresent - return pygments.highlight(line, difflexer, terminal256formatter) + return pygments.highlight(line.decode('latin1'), difflexer, + terminal256formatter).encode('latin1') def highlightmsg(msg, color): if not color: