mirror of
https://github.com/samba-team/samba.git
synced 2024-12-25 23:21:54 +03:00
8 lines
130 B
Bash
8 lines
130 B
Bash
|
#!/bin/sh
|
||
|
|
||
|
. "${TEST_SCRIPTS_DIR}/unit.sh"
|
||
|
|
||
|
define_test "ctdbd_wrapper"
|
||
|
|
||
|
shellcheck_test "${CTDB_SCRIPTS_SBIN_DIR}/ctdbd_wrapper"
|