changeset 12316 | 4134686b83e1 |
parent 12156 | 4c94b6d0fb1c |
child 12346 | 3b165c127690 |
--- 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