diff tests/test-glog-beautifygraph.t @ 39707:5abc47d4ca6b

tests: quote PYTHON usage Python3 defaults to installing under "Program Files".
author Matt Harbison <matt_harbison@yahoo.com>
date Tue, 18 Sep 2018 23:47:21 -0400
parents a271466cb53a
children 99ebde4fec99
line wrap: on
line diff
--- a/tests/test-glog-beautifygraph.t	Tue Sep 18 22:40:03 2018 -0400
+++ b/tests/test-glog-beautifygraph.t	Tue Sep 18 23:47:21 2018 -0400
@@ -1809,7 +1809,7 @@
 
 Test glob expansion of pats
 
-  $ expandglobs=`$PYTHON -c "import mercurial.util; \
+  $ expandglobs=`"$PYTHON" -c "import mercurial.util; \
   >   print(mercurial.util.expandglobs and 'true' or 'false')"`
   $ if [ $expandglobs = "true" ]; then
   >    testlog 'a*';