diff tests/test-bad-pull.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 f48178034569
children 22f3353bcc36
line wrap: on
line diff
--- a/tests/test-bad-pull.t	Thu Sep 16 16:12:26 2010 -0500
+++ b/tests/test-bad-pull.t	Thu Sep 16 17:51:32 2010 -0500
@@ -1,5 +1,6 @@
   $ hg clone http://localhost:$HGPORT/ copy
   abort: error: Connection refused
+  [255]
 
   $ echo $?
   0
@@ -27,6 +28,7 @@
 
   $ hg clone http://localhost:$HGPORT/foo copy2 2>&1
   abort: HTTP Error 404: .*
+  [255]
 
   $ echo $?
   0