# HG changeset patch # User Mads Kiilerich # Date 2010-09-25 19:52:17 # 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 --git a/tests/test-bisect.t b/tests/test-bisect.t --- a/tests/test-bisect.t +++ b/tests/test-bisect.t @@ -269,9 +269,6 @@ skip date: Thu Jan 01 00:00:01 1970 +0000 summary: msg 1 - $ false - [1] - $ hg bisect -r $ hg bisect -g tip diff --git a/tests/test-run-tests.t b/tests/test-run-tests.t --- a/tests/test-run-tests.t +++ b/tests/test-run-tests.t @@ -33,5 +33,5 @@ Literal match ending in " (re)": Exit code: - $ false + $ (exit 1) [1]