mirror of
https://github.com/samba-team/samba.git
synced 2025-01-11 05:18:09 +03:00
db5c604152
Switch to generic setup() function and set variables there. Signed-off-by: Martin Schwenke <martin@meltin.net> Reviewed-by: Amitay Isaacs <amitay@gmail.com>
14 lines
156 B
Bash
Executable File
14 lines
156 B
Bash
Executable File
#!/bin/sh
|
|
|
|
. "${TEST_SCRIPTS_DIR}/unit.sh"
|
|
|
|
define_test "TDB check, tdbtool supports check"
|
|
|
|
setup
|
|
|
|
FAKE_TDBTOOL_SUPPORTS_CHECK="yes"
|
|
|
|
ok_null
|
|
|
|
simple_test
|