libndr: Avoid assigning duplicate versions to symbols
[amitay/samba.git] / ctdb / tests / INTEGRATION / simple / eventscripts.001.zero_scripts.sh
1 #!/usr/bin/env bash
2
3 # Check that CTDB operates correctly if there are 0 event scripts
4
5
6 . "${TEST_SCRIPTS_DIR}/integration.bash"
7
8 set -e
9
10 ctdb_test_skip_on_cluster
11
12 ctdb_test_init -n
13
14 ctdb_nodes_start_custom --no-event-scripts
15
16 echo "Good, that seems to work!"