tests/test-diffstat
changeset 9799 99a2096c3d8d
parent 9651 bd3af545c7c6
--- a/tests/test-diffstat	Sun Nov 08 17:27:01 2009 +0100
+++ b/tests/test-diffstat	Sun Nov 08 17:59:36 2009 +0100
@@ -2,7 +2,7 @@
 
 hg init repo
 cd repo
-i=0; while [ "$i" -lt 213 ]; do echo a >> a; i=$(($i + 1)); done
+i=0; while [ "$i" -lt 213 ]; do echo a >> a; i=`expr $i + 1`; done
 hg add a
 
 echo '% wide diffstat'