Mercurial > public > mercurial-scm > hg-stable
diff tests/test-addremove-similar.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 | db955418a6af |
children | 3b165c127690 |
line wrap: on
line diff
--- a/tests/test-addremove-similar.t Thu Sep 16 16:12:26 2010 -0500 +++ b/tests/test-addremove-similar.t Thu Sep 16 17:51:32 2010 -0500 @@ -59,10 +59,13 @@ $ hg addremove -s foo abort: similarity must be a number + [255] $ hg addremove -s -1 abort: similarity must be between 0 and 100 + [255] $ hg addremove -s 1e6 abort: similarity must be between 0 and 100 + [255] $ cd ..