mirror of
https://github.com/samba-team/samba.git
synced 2024-12-25 23:21:54 +03:00
e0aae9f0d3
CTDB has a lot of scripts and shellcheck can be useful to find dubious scripting practices. Signed-off-by: Martin Schwenke <martin@meltin.net> Reviewed-by: Amitay Isaacs <amitay@gmail.com> Autobuild-User(master): Amitay Isaacs <amitay@samba.org> Autobuild-Date(master): Thu Jul 21 06:06:49 CEST 2016 on sn-devel-144
8 lines
130 B
Bash
Executable File
8 lines
130 B
Bash
Executable File
#!/bin/sh
|
|
|
|
. "${TEST_SCRIPTS_DIR}/unit.sh"
|
|
|
|
define_test "ctdbd_wrapper"
|
|
|
|
shellcheck_test "${CTDB_SCRIPTS_SBIN_DIR}/ctdbd_wrapper"
|