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
wafsamba: fix pidl dependencies to rebuild on pidl changes
[Samba.git]
/
ctdb
/
tests
/
cunit
/
protocol_test_111.sh
blob
72f7c122a547ad97706aa925cee08fb30853bf18
1
#!/bin/sh
2
3
.
"
${TEST_SCRIPTS_DIR}
/unit.sh"
4
5
ok_null
6
7
for
i
in
$
(
seq
1 100
) ;
do
8
unit_test protocol_ctdb_compat_test
$i
9
done