repo.or.cz
/
Samba.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
s3:script/tests: add a test for VSS write behaviour
[Samba.git]
/
ctdb
/
tests
/
tool
/
ctdb.listnodes.002.sh
blob
95315d75b64f216b70cb41668a29cb5eec078830
1
#!/bin/sh
2
3
.
"
${TEST_SCRIPTS_DIR}
/unit.sh"
4
5
define_test
"missing nodes file"
6
7
setup_nodes
<<EOF
8
192.168.20.41
9
192.168.20.42
10
192.168.20.43
11
EOF
12
13
required_result
0
<<EOF
14
192.168.20.41
15
192.168.20.42
16
192.168.20.43
17
EOF
18
19
simple_test