diff tests/test-bisect.t @ 12366:c01dc9087d9a

tests: drop a bunch of sed calls from unified tests
author Matt Mackall <mpm@selenic.com>
date Tue, 21 Sep 2010 16:44:13 -0500
parents 22f3353bcc36
children 4fee1fd3de9a
line wrap: on
line diff
--- a/tests/test-bisect.t	Tue Sep 21 16:00:02 2010 -0500
+++ b/tests/test-bisect.t	Tue Sep 21 16:44:13 2010 -0500
@@ -277,6 +277,7 @@
   $ hg bisect -g tip
   $ hg bisect -b tip
   abort: starting revisions are not directly related
+  [255]
 
   $ hg bisect -r
   $ hg bisect -g null
@@ -349,6 +350,7 @@
   $ hg bisect -r
   $ hg bisect
   abort: cannot bisect (no known good revisions)
+  [255]
 
 
 reproduce AssertionError, issue1445