diff tests/test-convert-git.t @ 12743:4c4aeaab2339

check-code: add 'no tab indent' check for unified tests and fix the offending tests accordingly
author Adrian Buehlmann <adrian@cadifra.com>
date Sat, 16 Oct 2010 18:09:01 +0200
parents f11793a8c107
children 6b7077df4aa5
line wrap: on
line diff
--- a/tests/test-convert-git.t	Sun Oct 17 04:14:06 2010 +0200
+++ b/tests/test-convert-git.t	Sat Oct 16 18:09:01 2010 +0200
@@ -116,7 +116,7 @@
   >     fmap="$prefix.fmap"
   >     repo="$prefix.repo"
   >     for i in $files; do
-  > 	echo "include $i" >> "$fmap"
+  >         echo "include $i" >> "$fmap"
   >     done
   >     hg -q convert $opts --filemap "$fmap" --datesort git-repo2 "$repo"
   >     hg up -q -R "$repo"