mirror of
https://github.com/samba-team/samba.git
synced 2024-12-23 17:34:34 +03:00
eba893f06c
Always use CTDB_DBDIR_PERSISTENT, which is setup by the test infrastructure. The persistent database directory is not (necessarily) relative to the volatile one. Signed-off-by: Martin Schwenke <martin@meltin.net> Reviewed-by: Amitay Isaacs <amitay@gmail.com>
17 lines
242 B
Bash
Executable File
17 lines
242 B
Bash
Executable File
#!/bin/sh
|
|
|
|
. "${TEST_SCRIPTS_DIR}/unit.sh"
|
|
|
|
define_test "TDB check, tdbtool supports check, good persistent TDB"
|
|
|
|
setup
|
|
|
|
FAKE_TDBTOOL_SUPPORTS_CHECK="yes"
|
|
|
|
touch "${CTDB_DBDIR_PERSISTENT}/foo.tdb.0"
|
|
FAKE_TDB_IS_OK="yes"
|
|
|
|
ok_null
|
|
|
|
simple_test
|