tests/test-glog.t
changeset 33721 24849d53697d
parent 33542 b11e8c67fb0f
child 33773 6c1a9fd8361b
--- a/tests/test-glog.t	Thu Jun 15 13:32:32 2017 -0400
+++ b/tests/test-glog.t	Thu Jun 15 14:22:25 2017 -0400
@@ -1633,7 +1633,7 @@
 Test glob expansion of pats
 
   $ expandglobs=`$PYTHON -c "import mercurial.util; \
-  >   print mercurial.util.expandglobs and 'true' or 'false'"`
+  >   print(mercurial.util.expandglobs and 'true' or 'false')"`
   $ if [ $expandglobs = "true" ]; then
   >    testlog 'a*';
   > else