diff -r 89a2afe31e82 -r a9797b49fb69 tests/hghave.py --- 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")