mirror of
https://github.com/samba-team/samba.git
synced 2025-01-26 10:04:02 +03:00
13 lines
131 B
Bash
13 lines
131 B
Bash
|
#!/bin/sh
|
||
|
|
||
|
. "${TEST_SCRIPTS_DIR}/unit.sh"
|
||
|
|
||
|
define_test "not configured"
|
||
|
|
||
|
setup_ctdb
|
||
|
setup_ctdb_lvs <<EOF
|
||
|
EOF
|
||
|
|
||
|
ok_null
|
||
|
simple_test
|