tests/test-glog.t
changeset 22947 c63a09b6b337
parent 22860 1dd178277cf5
child 22955 fab9dda0f2a3
--- a/tests/test-glog.t	Wed Oct 15 15:13:43 2014 -0400
+++ b/tests/test-glog.t	Wed Oct 15 15:35:59 2014 -0400
@@ -1631,7 +1631,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*';