tests: fix tabs/indentation in test-strip-cross.t
authorAdrian Buehlmann <adrian@cadifra.com>
Sun, 26 Sep 2010 23:48:30 +0200
changeset 12537 5df8ef0f3f51
parent 12536 208fc9ad6a48
child 12538 c87216e5e43e
tests: fix tabs/indentation in test-strip-cross.t
tests/test-strip-cross.t
--- a/tests/test-strip-cross.t	Tue Aug 24 18:25:33 2010 -0400
+++ b/tests/test-strip-cross.t	Sun Sep 26 23:48:30 2010 +0200
@@ -10,10 +10,10 @@
   >     hg up -qC null
   >     count=1
   >     for i in "$@"; do
-  > 	for f in $i; do
-  > 	    echo $count > $f
-  > 	done
-  > 	count=`expr $count + 1`
+  >         for f in $i; do
+  >             echo $count > $f
+  >         done
+  >         count=`expr $count + 1`
   >     done
   >     hg commit -qAm "$*"
   > }