From: Martin Schwenke Date: Thu, 30 Apr 2020 04:14:43 +0000 (+1000) Subject: ctdb-tests: Drop unreachable line X-Git-Tag: talloc-2.3.2~1017 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=0f201dd67a019d4d64011b894ebf542b109afef4;p=thirdparty%2Fsamba.git ctdb-tests: Drop unreachable line ctdb_test_skip() will exit. Signed-off-by: Martin Schwenke Reviewed-by: Amitay Isaacs --- diff --git a/ctdb/tests/UNIT/shellcheck/scripts/local.sh b/ctdb/tests/UNIT/shellcheck/scripts/local.sh index c069314b0aa..a842fd4ae51 100644 --- a/ctdb/tests/UNIT/shellcheck/scripts/local.sh +++ b/ctdb/tests/UNIT/shellcheck/scripts/local.sh @@ -32,6 +32,5 @@ shellcheck_test () unit_test shellcheck --exclude="$_excludes" "$@" else ctdb_test_skip "shellcheck not installed" - unit_test true fi }