SC2034 summary appears unused. Verify use (or export if used externally)
Signed-off-by: Martin Schwenke <martin@meltin.net>
Reviewed-by: Amitay Isaacs <amitay@gmail.com>
# to be correctly set so setup_ctdb_base() finds the etc-ctdb/
# subdirectory and the test event script is correctly installed, so
# fix it.
+# shellcheck disable=SC2034
TEST_SUBDIR="$CTDB_TEST_DIR"
if ! $CTDB_TESTS_ARE_INSTALLED ; then
tests_total=0
tests_passed=0
tests_failed=0
-summary=""
if ! type mktemp >/dev/null 2>&1 ; then
# Not perfect, but it will do...