diff tests/test-identify.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 fddacca3202e
children 3b165c127690
line wrap: on
line diff
--- a/tests/test-identify.t	Thu Sep 16 16:12:26 2010 -0500
+++ b/tests/test-identify.t	Thu Sep 16 17:51:32 2010 -0500
@@ -4,6 +4,7 @@
 
   $ hg id
   abort: there is no Mercurial repository here (.hg not found)
+  [255]
 
 create repo
 
@@ -65,5 +66,6 @@
 
   $ hg id -t http://localhost:$HGPORT1/
   abort: can't query remote revision number, branch, or tags
+  [255]
 
   $ true # ends with util.Abort -> returns 255