mirror of
https://github.com/samba-team/samba.git
synced 2025-01-12 09:18:10 +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
121 B
Bash
Executable File
11 lines
121 B
Bash
Executable File
#!/bin/sh
|
|
|
|
. "${TEST_SCRIPTS_DIR}/unit.sh"
|
|
|
|
define_test "unset, check no-op"
|
|
|
|
CTDB_RECOVERY_LOCK=""
|
|
|
|
ok_null
|
|
simple_test
|