tests/test-grep.t
branchstable
changeset 15293 0e34699d6988
parent 13956 ffb5c09ba822
child 15765 1ef46bcd76f8
--- a/tests/test-grep.t	Mon Oct 17 11:37:59 2011 +0200
+++ b/tests/test-grep.t	Sun Oct 16 01:26:06 2011 +0200
@@ -106,12 +106,8 @@
   $ python -c 'fp = open("noeol", "wb"); fp.write("no infinite loop"); fp.close();'
   $ hg ci -Amnoeol
   adding noeol
-
-last character omitted in output to avoid infinite loop
-
   $ hg grep loop
-  noeol:4:no infinite loo
-
+  noeol:4:no infinite loop
 
   $ cd ..