1
0
mirror of https://github.com/samba-team/samba.git synced 2024-12-23 17:34:34 +03:00
samba-mirror/ctdb/tests/eventscripts/00.ctdb.init.007.sh
Martin Schwenke eba893f06c ctdb-tests: Fix location of persistent databases
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>
2018-05-01 13:31:20 +02:00

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