diff -r ca58f6475f1d -r 4134686b83e1 tests/test-committer.t --- a/tests/test-committer.t Thu Sep 16 16:12:26 2010 -0500 +++ b/tests/test-committer.t Thu Sep 16 17:51:32 2010 -0500 @@ -50,6 +50,7 @@ $ echo "username = " >> .hg/hgrc $ hg commit -m commit-1 abort: no username supplied (see "hg help config") + [255] $ rm .hg/hgrc $ hg commit -m commit-1 2>&1 No username found, using '[^']*' instead @@ -59,5 +60,6 @@ transaction abort! rollback completed abort: empty username! + [255] $ true