diff tests/test-subrepo-svn.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 affec9fb56ef
children 22f3353bcc36
line wrap: on
line diff
--- a/tests/test-subrepo-svn.t	Thu Sep 16 16:12:26 2010 -0500
+++ b/tests/test-subrepo-svn.t	Thu Sep 16 17:51:32 2010 -0500
@@ -153,6 +153,7 @@
   $ hg ci -m 'amend externals from hg'
   committing subrepository s
   abort: cannot commit svn externals
+  [255]
   $ hg diff --subrepos -r 1:2 | grep -v diff
   --- a/.hgsubstate	Thu Jan 01 00:00:00 1970 +0000
   +++ b/.hgsubstate	Thu Jan 01 00:00:00 1970 +0000
@@ -173,6 +174,7 @@
   $ hg ci -m 'amend externals from hg'
   committing subrepository s
   abort: cannot commit svn externals
+  [255]
   $ svn revert -q s/externals/other
 
 clone