mirror of
https://github.com/samba-team/samba.git
synced 2024-12-23 17:34:34 +03:00
7cddc88d03
Signed-off-by: Martin Schwenke <martin@meltin.net> Reviewed-by: Amitay Isaacs <amitay@gmail.com>
13 lines
128 B
Bash
Executable File
13 lines
128 B
Bash
Executable File
#!/bin/sh
|
|
|
|
. "${TEST_SCRIPTS_DIR}/unit.sh"
|
|
|
|
define_test "unset, check no-op"
|
|
|
|
setup
|
|
|
|
CTDB_RECOVERY_LOCK=""
|
|
|
|
ok_null
|
|
simple_test
|