mirror of
https://github.com/samba-team/samba.git
synced 2025-01-25 06:04:04 +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
201 B
Bash
Executable File
13 lines
201 B
Bash
Executable File
#!/bin/sh
|
|
|
|
. "${TEST_SCRIPTS_DIR}/unit.sh"
|
|
|
|
define_test "callout is 'false', causes startup to fail"
|
|
|
|
setup_nfs
|
|
|
|
export CTDB_NFS_CALLOUT="echo startup ; false"
|
|
|
|
required_result 1 "startup"
|
|
simple_test
|