Index: tests/pybin/tools.py
===================================================================
--- tests/pybin/tools.py	(revision a2f2fda0a7a5501347525d2e999fe2d7d54e5fba)
+++ tests/pybin/tools.py	(revision ec5d599d4511c74de9bc53a820dd3d90cb762abe)
@@ -73,5 +73,5 @@
 					)
 
-					return proc.returncode, out.decode("utf-8") if out else None
+					return proc.returncode, out.decode("latin-1") if out else None
 				except subprocess.TimeoutExpired:
 					if settings.timeout2gdb:
