diff tests/test-bisect @ 2952:6ba3409f9725

merge.
author Vadim Gelfer <vadim.gelfer@gmail.com>
date Fri, 18 Aug 2006 17:02:38 -0700
parents d77022db1bca
children 61fcd9fac434
line wrap: on
line diff
--- a/tests/test-bisect
+++ b/tests/test-bisect
@@ -17,7 +17,7 @@ while test $count -lt 32 ; do
     test $count -eq 0 && hg add
     hg ci -m "msg $count" -d "$count 0"
     echo % committed changeset $count
-    count=$(( $count + 1 ))
+    count=`expr $count + 1`
 done
 
 echo % log