s3:script/tests: add a test for VSS write behaviour
[Samba.git] / ctdb / tests / tool / ctdb.getreclock.002.sh
blob6543f8f6534727acb2dd03742b20502e4ce52f8d
1 #!/bin/sh
3 . "${TEST_SCRIPTS_DIR}/unit.sh"
5 define_test "No reclock set"
7 reclock="/some/place/on/shared/storage"
9 setup_ctdbd <<EOF
10 NODEMAP
11 0 192.168.20.41 0x0 CURRENT RECMASTER
12 1 192.168.20.42 0x0
13 2 192.168.20.43 0x0
15 RECLOCK
16 ${reclock}
17 EOF
19 ok "$reclock"
21 simple_test