diff tests/test-bundle-type.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 bcc7139521b7
children d54d4de56aa7
line wrap: on
line diff
--- a/tests/test-bundle-type.t	Thu Sep 16 16:12:26 2010 -0500
+++ b/tests/test-bundle-type.t	Thu Sep 16 17:51:32 2010 -0500
@@ -88,6 +88,7 @@
   $ cd tgarbage
   $ hg pull ../bgarbage
   abort: ../bgarbage: not a Mercurial bundle
+  [255]
   $ cd ..
 
 test invalid bundle type
@@ -96,4 +97,5 @@
   $ hg bundle -a -t garbage ../bgarbage
   1 changesets found
   abort: unknown bundle type specified with --type
+  [255]
   $ cd ..