s3:script/tests: add a test for VSS write behaviour
[Samba.git] / ctdb / tests / tool / ctdb.getpid.001.sh
blob57141022f8423d19859ef8c82c1068a58b265a80
1 #!/bin/sh
3 . "${TEST_SCRIPTS_DIR}/unit.sh"
5 define_test "simple getpid"
7 setup_ctdbd <<EOF
8 NODEMAP
9 0 192.168.20.41 0x0 CURRENT RECMASTER
10 1 192.168.20.42 0x0
11 2 192.168.20.43 0x0
12 EOF
14 pid=$(ctdbd_getpid)
15 ok "$pid"
17 simple_test