Index: src/tests/pybin/tools.py
===================================================================
--- src/tests/pybin/tools.py	(revision 0dc3ac36329221db84e6ca22f7037f73c2cda234)
+++ src/tests/pybin/tools.py	(revision e1bdccb659524b7ac348fcbed980832301e50341)
@@ -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
