Index: tests/pybin/tools.py
===================================================================
--- tests/pybin/tools.py	(revision 75baaa35569f47bf9566e024b034eb7a2db52c19)
+++ tests/pybin/tools.py	(revision ead174a54145ccf49c20e27bf45dabecb29e57c8)
@@ -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:
