mirror of
https://github.com/samba-team/samba.git
synced 2024-12-24 21:34:56 +03:00
c7a730cbc4
Tweak eventscript unit test infrastructure to support. Signed-off-by: Martin Schwenke <martin@meltin.net> Reviewed-by: Amitay Isaacs <amitay@gmail.com>
11 lines
159 B
Bash
Executable File
11 lines
159 B
Bash
Executable File
#!/bin/sh
|
|
|
|
. "${TEST_SCRIPTS_DIR}/unit.sh"
|
|
|
|
define_test "set to helper, check no-op"
|
|
|
|
CTDB_RECOVERY_LOCK="!/some/recover/lock/helper foo"
|
|
|
|
ok_null
|
|
simple_test
|