run-tests: clean up unused globals that were removed by tests-refactor series
They were demoted to instance variables by
cb88d4a04f58,
1ad7aabba14e,
93511a595766,
2e1aa8c1ee37,
8e7b0f4d6ac7 and
02087bc4f143.
--- a/tests/run-tests.py Thu Oct 16 17:44:37 2014 +0200
+++ b/tests/run-tests.py Sat Oct 18 21:52:11 2014 +0900
@@ -107,8 +107,6 @@
if 'java' in sys.platform:
IMPL_PATH = 'JYTHONPATH'
-TESTDIR = HGTMP = INST = BINDIR = TMPBINDIR = PYTHONDIR = None
-
defaults = {
'jobs': ('HGTEST_JOBS', 1),
'timeout': ('HGTEST_TIMEOUT', 180),