comparison tests/test-bisect.t @ 12406:66a07fb76ceb

tests: avoid checking the exitcode of false Solaris false returns 255 instead of 1, so we remove one unneeded instance and replaces another with (exit 1) as suggested by Brodie Rao.
author Mads Kiilerich <mads@kiilerich.com>
date Sat, 25 Sep 2010 21:52:17 +0200
parents 4fee1fd3de9a
children 54b198fe9768
comparison
equal deleted inserted replaced
12405:1f6abbd38783 12406:66a07fb76ceb
267 changeset: 1:5cd978ea5149 267 changeset: 1:5cd978ea5149
268 user: test 268 user: test
269 date: Thu Jan 01 00:00:01 1970 +0000 269 date: Thu Jan 01 00:00:01 1970 +0000
270 summary: msg 1 270 summary: msg 1
271 271
272 $ false
273 [1]
274
275 272
276 $ hg bisect -r 273 $ hg bisect -r
277 $ hg bisect -g tip 274 $ hg bisect -g tip
278 $ hg bisect -b tip 275 $ hg bisect -b tip
279 abort: starting revisions are not directly related 276 abort: starting revisions are not directly related