1
0
mirror of https://github.com/samba-team/samba.git synced 2024-12-22 13:34:15 +03:00

Revert "ctdb-tests: Drop unreachable line"

Fix missing Reviewed-by: tag.

This reverts commit a55dd6f17b.

Signed-off-by: Martin Schwenke <martin@meltin.net>
Reviewed-by: Amitay Isaacs <amitay@gmail.com>
This commit is contained in:
Martin Schwenke 2020-07-22 14:43:28 +10:00 committed by Martin Schwenke
parent 4438e44f88
commit a694c07126

View File

@ -32,5 +32,6 @@ shellcheck_test ()
unit_test shellcheck --exclude="$_excludes" "$@"
else
ctdb_test_skip "shellcheck not installed"
unit_test true
fi
}