mirror of
https://github.com/samba-team/samba.git
synced 2025-01-11 05:18:09 +03:00
323291a46e
BUG: https://bugzilla.samba.org/show_bug.cgi?id=12837 Signed-off-by: Martin Schwenke <martin@meltin.net> Reviewed-by: Amitay Isaacs <amitay@gmail.com>
13 lines
140 B
Bash
Executable File
13 lines
140 B
Bash
Executable File
#!/bin/sh
|
|
|
|
. "${TEST_SCRIPTS_DIR}/unit.sh"
|
|
|
|
define_test "callout is 'true'"
|
|
|
|
setup_nfs
|
|
|
|
export CTDB_NFS_CALLOUT="true"
|
|
|
|
ok_null
|
|
simple_test
|