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