run-tests: fix a typo in an attribute name
authorMatt Harbison <matt_harbison@yahoo.com>
Mon, 07 Dec 2020 23:15:35 -0500
changeset 46070 e4137c313e7f
parent 46069 56a5ea353182
child 46071 cc0b332ab9fc
run-tests: fix a typo in an attribute name At least, I assume it's a typo. Nothing else uses it, but `_tmpbindir` is used. Differential Revision: https://phab.mercurial-scm.org/D9542
tests/run-tests.py
--- a/tests/run-tests.py	Mon Dec 07 20:12:36 2020 +0900
+++ b/tests/run-tests.py	Mon Dec 07 23:15:35 2020 -0500
@@ -2948,7 +2948,7 @@
         self._hgtmp = None
         self._installdir = None
         self._bindir = None
-        self._tmpbinddir = None
+        self._tmpbindir = None
         self._pythondir = None
         self._coveragefile = None
         self._createdfiles = []