tests/test-grep.t
changeset 12316 4134686b83e1
parent 11902 3c9a5ed9b1e2
child 12399 4fee1fd3de9a
--- a/tests/test-grep.t	Thu Sep 16 16:12:26 2010 -0500
+++ b/tests/test-grep.t	Thu Sep 16 17:51:32 2010 -0500
@@ -20,6 +20,7 @@
 
   $ hg grep '**test**'
   grep: invalid match pattern: nothing to repeat
+  [1]
 
 simple
 
@@ -79,7 +80,9 @@
   $ hg init t2
   $ cd t2
   $ hg grep foobar foo
+  [1]
   $ hg grep foobar
+  [1]
   $ echo blue >> color
   $ echo black >> color
   $ hg add color