tests/hghave.py
changeset 45943 a9797b49fb69
parent 45942 89a2afe31e82
child 45987 d42809b6b10f
--- a/tests/hghave.py	Fri Nov 27 17:03:29 2020 -0500
+++ b/tests/hghave.py	Fri Nov 27 17:11:56 2020 -0500
@@ -586,7 +586,7 @@
 
 @check("pylint", "Pylint python linter")
 def has_pylint():
-    return matchoutput("pylint --help", br"Usage:  pylint", True)
+    return matchoutput("pylint --help", br"Usage:[ ]+pylint", True)
 
 
 @check("clang-format", "clang-format C code formatter")