Mercurial > public > mercurial-scm > hg-stable
diff tests/test-nested-repo.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 | 28e2e3804f2e |
children | 93452579df9e |
line wrap: on
line diff
--- a/tests/test-nested-repo.t Thu Sep 16 16:12:26 2010 -0500 +++ b/tests/test-nested-repo.t Thu Sep 16 17:51:32 2010 -0500 @@ -12,13 +12,16 @@ $ hg st b/x abort: path 'b/x' is inside repo 'b' + [255] $ hg add b/x abort: path 'b/x' is inside repo 'b' + [255] Should fail: $ hg add b b/x abort: path 'b/x' is inside repo 'b' + [255] $ hg st Should arguably print nothing: @@ -32,5 +35,6 @@ $ hg mv a b abort: path 'b/a' is inside repo 'b' + [255] $ hg st