diff tests/test-requires.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 4c94b6d0fb1c
children 3b165c127690
line wrap: on
line diff
--- a/tests/test-requires.t	Thu Sep 16 16:12:26 2010 -0500
+++ b/tests/test-requires.t	Thu Sep 16 17:51:32 2010 -0500
@@ -7,8 +7,10 @@
   $ rm .hg/requires
   $ hg tip
   abort: index 00changelog.i unknown format 2!
+  [255]
   $ echo indoor-pool > .hg/requires
   $ hg tip
   abort: requirement 'indoor-pool' not supported!
+  [255]
 
   $ true