Index: src/tests/pybin/tools.py
===================================================================
--- src/tests/pybin/tools.py	(revision ad486c5b7f3e573aece74c5ee7d3010f39f1fc7f)
+++ src/tests/pybin/tools.py	(revision 82c607225c5319115eab4f5d4cd91903388ee58f)
@@ -48,5 +48,5 @@
 		return False
 
-	return match.group(1) == "ASCII text"
+	return match.group(1).startswith("ASCII text")
 
 # Remove 1 or more files silently
