diff tests/test-bookmarks-pushpull.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 4ab87473029d
children 3b165c127690
line wrap: on
line diff
--- a/tests/test-bookmarks-pushpull.t	Thu Sep 16 16:12:26 2010 -0500
+++ b/tests/test-bookmarks-pushpull.t	Thu Sep 16 17:51:32 2010 -0500
@@ -60,6 +60,8 @@
 
   $ hg push -B badname ../a
   bookmark badname does not exist on the local or remote repository!
+  [2]
   $ hg pull -B anotherbadname ../a
   abort: remote bookmark anotherbadname not found!
+  [255]
   $ true