Mercurial > public > mercurial-scm > hg
diff tests/test-symlinks.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 | 6f12f53ae795 |
children | 4fee1fd3de9a |
line wrap: on
line diff
--- a/tests/test-symlinks.t Thu Sep 16 16:12:26 2010 -0500 +++ b/tests/test-symlinks.t Thu Sep 16 17:51:32 2010 -0500 @@ -178,6 +178,7 @@ $ ln -s nothing dangling $ hg commit -m 'commit symlink without adding' dangling abort: dangling: file not tracked! + [255] $ hg add dangling $ hg commit -m 'add symlink'