mirror of
https://github.com/samba-team/samba.git
synced 2025-01-07 17:18:11 +03:00
3b32c64189
One always passes, the other fails early. 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
|