run_tests: help2man: update to latest release

Change-Id: I30e4a6452ac5504b782fe545a59ca1f58ac70385
Reviewed-on: https://gerrit-review.googlesource.com/c/git-repo/+/583621
Tested-by: Mike Frysinger <vapier@google.com>
Reviewed-by: Gavin Mak <gavinmak@google.com>
Commit-Queue: Mike Frysinger <vapier@google.com>
This commit is contained in:
Mike Frysinger
2026-05-13 00:33:49 -04:00
committed by gerrit-scoped@luci-project-accounts.iam.gserviceaccount.com
parent 003f0407fc
commit bf8c59f4a0
3 changed files with 10 additions and 10 deletions
+1 -1
View File
@@ -68,7 +68,7 @@ def main(argv: List[str]) -> int:
help2man = ["help2man"]
cipd_help2man = TOPDIR / ".cipd_bin/bin/help2man"
if cipd_help2man.exists():
help2man = ["perl", cipd_help2man]
help2man = [cipd_help2man]
elif not shutil.which("help2man"):
sys.exit("Please install help2man to continue.")