From 0f201dd67a019d4d64011b894ebf542b109afef4 Mon Sep 17 00:00:00 2001 From: Martin Schwenke Date: Thu, 30 Apr 2020 14:14:43 +1000 Subject: ctdb-tests: Drop unreachable line ctdb_test_skip() will exit. Signed-off-by: Martin Schwenke Reviewed-by: Amitay Isaacs --- ctdb/tests/UNIT/shellcheck/scripts/local.sh | 1 - 1 file changed, 1 deletion(-) 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 } -- cgit v1.2.1