mirror of
https://github.com/samba-team/samba.git
synced 2025-01-11 05:18:09 +03:00
ac1c12b5a2
Some of these just aim to load the generic script.options file while others target more specific files. For NFS configuration, always use 60.nfs.options - even for 06.nfs. This could be carefully documented but will change a lot before release so there is no need. Signed-off-by: Martin Schwenke <martin@meltin.net> Reviewed-by: Amitay Isaacs <amitay@gmail.com>
15 lines
179 B
Bash
Executable File
15 lines
179 B
Bash
Executable File
#!/bin/sh
|
|
|
|
. "${TEST_SCRIPTS_DIR}/unit.sh"
|
|
|
|
define_test "callout is 'true'"
|
|
|
|
setup
|
|
|
|
setup_script_options "service" "60.nfs" <<EOF
|
|
CTDB_NFS_CALLOUT="true"
|
|
EOF
|
|
|
|
ok_null
|
|
simple_test
|