tests/test-nested-repo.t
changeset 12316 4134686b83e1
parent 12279 28e2e3804f2e
child 13910 93452579df9e
--- a/tests/test-nested-repo.t	Thu Sep 16 16:12:26 2010 -0500
+++ b/tests/test-nested-repo.t	Thu Sep 16 17:51:32 2010 -0500
@@ -12,13 +12,16 @@
 
   $ hg st b/x
   abort: path 'b/x' is inside repo 'b'
+  [255]
   $ hg add b/x
   abort: path 'b/x' is inside repo 'b'
+  [255]
 
 Should fail:
 
   $ hg add b b/x
   abort: path 'b/x' is inside repo 'b'
+  [255]
   $ hg st
 
 Should arguably print nothing:
@@ -32,5 +35,6 @@
 
   $ hg mv a b
   abort: path 'b/a' is inside repo 'b'
+  [255]
   $ hg st