Mercurial > hg
changeset 46066:e4137c313e7f
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
author | Matt Harbison <matt_harbison@yahoo.com> |
---|---|
date | Mon, 07 Dec 2020 23:15:35 -0500 |
parents | 56a5ea353182 |
children | cc0b332ab9fc |
files | tests/run-tests.py |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- 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 = []