diff tests/test-run-tests.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 a5b77eb0409b
children 518dd70d1a6e
line wrap: on
line diff
--- 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]