diff -r 7303ab86431a -r 38d51371792b tests/run-tests.py --- a/tests/run-tests.py Fri Sep 21 03:16:08 2018 +0530 +++ b/tests/run-tests.py Thu Sep 20 23:45:30 2018 -0400 @@ -3082,7 +3082,7 @@ if self._hgpath is not None: return self._hgpath - cmd = b'"%s" -c "import mercurial; print (mercurial.__path__[0])"' + cmd = b'%s -c "import mercurial; print (mercurial.__path__[0])"' cmd = cmd % PYTHON if PYTHON3: cmd = _strpath(cmd)