blob: 7ff5385676ce991c9185c3b607fc070f8434bc6e (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
|
#!/bin/sh
. "${TEST_SCRIPTS_DIR}/unit.sh"
define_test "TDB check, tdbtool does no support check"
setup
FAKE_TDBTOOL_SUPPORTS_CHECK="no"
ok <<EOF
WARNING: The installed 'tdbtool' does not offer the 'check' subcommand.
Using 'tdbdump' for database checks.
Consider updating 'tdbtool' for better checks!
EOF
simple_test
|