diff tests/test-diff-change.t @ 16487:4fe874697a4d stable

tests: fix incorrect markup of continued lines of sh commands
author Mads Kiilerich <mads@kiilerich.com>
date Mon, 23 Apr 2012 01:39:26 +0200
parents 30b5e83004e0
children 2a0efa1112ac
line wrap: on
line diff
--- a/tests/test-diff-change.t	Mon Apr 23 01:39:26 2012 +0200
+++ b/tests/test-diff-change.t	Mon Apr 23 01:39:26 2012 +0200
@@ -33,8 +33,8 @@
 Testing diff --change when merge:
 
   $ for i in 1 2 3 4 5 6 7 8 9 10; do
-  $    echo $i >> file.txt
-  $ done
+  >    echo $i >> file.txt
+  > done
   $ hg commit -m "lots of text" # 3
 
   $ sed -e 's,^2$,x,' file.txt > file.txt.tmp