# HG changeset patch # User Mads Kiilerich # Date 1285444337 -7200 # Node ID 66a07fb76ceb8bae95face4611102d2fe75af529 # Parent 1f6abbd387832628f7955280e8dca4f959b1904b 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. diff -r 1f6abbd38783 -r 66a07fb76ceb tests/test-bisect.t --- a/tests/test-bisect.t Sat Sep 25 02:35:36 2010 +0200 +++ b/tests/test-bisect.t Sat Sep 25 21:52:17 2010 +0200 @@ -269,9 +269,6 @@ date: Thu Jan 01 00:00:01 1970 +0000 summary: msg 1 - $ false - [1] - $ hg bisect -r $ hg bisect -g tip diff -r 1f6abbd38783 -r 66a07fb76ceb tests/test-run-tests.t --- a/tests/test-run-tests.t Sat Sep 25 02:35:36 2010 +0200 +++ b/tests/test-run-tests.t Sat Sep 25 21:52:17 2010 +0200 @@ -33,5 +33,5 @@ Exit code: - $ false + $ (exit 1) [1]