tests/test-init.t
changeset 12316 4134686b83e1
parent 12156 4c94b6d0fb1c
child 12328 b63f6422d2a7
--- a/tests/test-init.t	Thu Sep 16 16:12:26 2010 -0500
+++ b/tests/test-init.t	Thu Sep 16 17:51:32 2010 -0500
@@ -65,6 +65,7 @@
 
   $ hg init local
   abort: repository local already exists!
+  [255]
 
 init+push to remote2
 
@@ -100,12 +101,14 @@
   $ hg init -e "python ./dummyssh" ssh://user@dummy/remote1
   abort: repository remote1 already exists!
   abort: could not create remote repo!
+  [255]
 
 clone to existing repo
 
   $ hg clone -e "python ./dummyssh" local ssh://user@dummy/remote1
   abort: repository remote1 already exists!
   abort: could not create remote repo!
+  [255]
 
 output of dummyssh