summaryrefslogtreecommitdiff
path: root/ctdb/tests/INTEGRATION/simple/eventscripts.001.zero_scripts.sh
blob: fb1d031e9826e0e08fcbbd7eebee4e5c1fe13a86 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
#!/usr/bin/env bash

# Check that CTDB operates correctly if there are 0 event scripts


. "${TEST_SCRIPTS_DIR}/integration.bash"

set -e

ctdb_test_skip_on_cluster

ctdb_test_init --no-event-scripts

cluster_is_healthy

echo "Good, that seems to work!"