blob: 80bccef1e773dc465d2103a8e31be19aba98882f (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
|
#!/bin/sh
. "${TEST_SCRIPTS_DIR}/unit.sh"
define_test "non-existent share - not checked"
setup
setup_script_options <<EOF
CTDB_SAMBA_SKIP_SHARE_CHECK="yes"
EOF
ok_null
simple_test
|