tests/run-tests.py
branchstable
changeset 530 6ee7add34f8b
parent 21 aa0870d093b8
--- a/tests/run-tests.py	Wed Aug 29 11:10:29 2012 +0200
+++ b/tests/run-tests.py	Wed Aug 29 11:15:03 2012 +0200
@@ -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),