Skip to content
Snippets Groups Projects
Commit 6ee7add34f8b authored by Pierre-Yves David's avatar Pierre-Yves David
Browse files

tests: remove unused required tools

The original mercurial test use much more stuff than us.
parent 365bf87ed4e8
No related branches found
No related tags found
No related merge requests found
......@@ -74,7 +74,7 @@
if 'java' in sys.platform:
IMPL_PATH = 'JYTHONPATH'
requiredtools = ["python", "diff", "grep", "unzip", "gunzip", "bunzip2", "sed"]
requiredtools = ["python", "diff", "grep", "sed"]
defaults = {
'jobs': ('HGTEST_JOBS', 1),
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment