]> err.no Git - util-linux/commitdiff
tests: remove unexpected exit from *_subtest functions
authorKarel Zak <kzak@redhat.com>
Wed, 21 Jan 2009 16:00:55 +0000 (17:00 +0100)
committerKarel Zak <kzak@redhat.com>
Wed, 11 Feb 2009 22:35:22 +0000 (23:35 +0100)
Signed-off-by: Karel Zak <kzak@redhat.com>
tests/functions.sh

index 581059d91ea8f351c8abc93a4cb3dc2bfa71c9eb..b2e17f3ca48e30cf1c1cc42ddcc913378a758c96 100644 (file)
@@ -44,7 +44,6 @@ function ts_failed_subtest {
        else
                echo " FAILED ($1)"
        fi
-       exit 1
 }
 
 function ts_failed {