tests/run-tests.py
changeset 39742 38d51371792b
parent 39718 ac32685011a3
child 39909 0f8ff3ff5d5c
--- 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)