mirror of
https://github.com/samba-team/samba.git
synced 2025-01-26 10:04:02 +03:00
b0ce8183ba
Signed-off-by: Amitay Isaacs <amitay@gmail.com> Reviewed-by: Martin Schwenke <martin@meltin.net>
10 lines
128 B
Bash
Executable File
10 lines
128 B
Bash
Executable File
#!/bin/sh
|
|
|
|
. "${TEST_SCRIPTS_DIR}/unit.sh"
|
|
|
|
ok_null
|
|
|
|
for i in $(seq 1 100) ; do
|
|
unit_test protocol_ctdb_compat_test $i
|
|
done
|