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
ldb: Release ldb 1.3.0
[Samba.git]
/
ctdb
/
tests
/
cunit
/
protocol_test_002.sh
blob
41afda5e9d3ee6c0ee84ff39973d92b0c5a66140
1
#!/bin/sh
2
3
.
"
${TEST_SCRIPTS_DIR}
/unit.sh"
4
5
ok_null
6
7
for
i
in
$
(
seq
1 1000
) ;
do
8
unit_test protocol_types_test
$i
9
done