tests: remove unexpected exit from *_subtest functions

Signed-off-by: Karel Zak <kzak@redhat.com>
This commit is contained in:
Karel Zak 2009-01-21 17:00:55 +01:00
parent 17d6fe2ea3
commit 25c03e5b46
1 changed files with 0 additions and 1 deletions

View File

@ -44,7 +44,6 @@ function ts_failed_subtest {
else
echo " FAILED ($1)"
fi
exit 1
}
function ts_failed {