From: Karel Zak Date: Wed, 21 Jan 2009 16:00:55 +0000 (+0100) Subject: tests: remove unexpected exit from *_subtest functions X-Git-Url: https://err.no/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=25c03e5b46a47357ae1a55846f6892953984ba5b;p=util-linux tests: remove unexpected exit from *_subtest functions Signed-off-by: Karel Zak --- diff --git a/tests/functions.sh b/tests/functions.sh index 581059d9..b2e17f3c 100644 --- a/tests/functions.sh +++ b/tests/functions.sh @@ -44,7 +44,6 @@ function ts_failed_subtest { else echo " FAILED ($1)" fi - exit 1 } function ts_failed {