tests/test-glog.t
changeset 39707 5abc47d4ca6b
parent 39059 2e37bd614879
child 42307 264a2cbb25d0
--- a/tests/test-glog.t	Tue Sep 18 22:40:03 2018 -0400
+++ b/tests/test-glog.t	Tue Sep 18 23:47:21 2018 -0400
@@ -1659,7 +1659,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*';