--- a/tests/run-tests.py Thu Apr 30 08:38:20 2009 +0200
+++ b/tests/run-tests.py Fri Apr 24 14:40:56 2009 -0700
@@ -38,6 +38,7 @@
SKIPPED_PREFIX = 'skipped: '
FAILED_PREFIX = 'hghave check failed: '
PYTHON = sys.executable
+hgpkg = None
requiredtools = ["python", "diff", "grep", "unzip", "gunzip", "bunzip2", "sed"]
@@ -681,7 +682,6 @@
COVERAGE_FILE = os.path.join(TESTDIR, ".coverage")
expecthg = os.path.join(HGTMP, 'install', 'lib', 'python', 'mercurial')
- hgpkg = None
if len(args) == 0:
args = os.listdir(".")