tests/test-bundle-type.t
changeset 12316 4134686b83e1
parent 12044 bcc7139521b7
child 16427 d54d4de56aa7
--- 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 ..