Mercurial > public > mercurial-scm > hg
diff tests/test-grep.t @ 12316:4134686b83e1
tests: add exit codes to unified tests
author | Matt Mackall <mpm@selenic.com> |
---|---|
date | Thu, 16 Sep 2010 17:51:32 -0500 |
parents | 3c9a5ed9b1e2 |
children | 4fee1fd3de9a |
line wrap: on
line diff
--- 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