d9eb6f507ff01b7a55e5d5996c8984db16154861
[jlayton/samba.git] / ctdb / tests / tool / ctdb.getvar.002.sh
1 #!/bin/sh
2
3 . "${TEST_SCRIPTS_DIR}/unit.sh"
4
5 define_test "invalid variable"
6
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
13
14 result_filter ()
15 {
16         sed -e 's|^[^:]*:[0-9][0-9]* |FILE:LINE |'
17 }
18
19 required_result 1 <<EOF
20 FILE:LINE ctdb_control for get_tunable failed
21 Unable to get tunable variable 'TheQuickBrownFoxJumpsOverTheLazyDog'
22 EOF
23 simple_test "TheQuickBrownFoxJumpsOverTheLazyDog"