mirror of
https://github.com/samba-team/samba.git
synced 2025-01-26 10:04:02 +03:00
10 lines
130 B
Bash
10 lines
130 B
Bash
|
#!/bin/sh
|
||
|
|
||
|
. "${TEST_SCRIPTS_DIR}/unit.sh"
|
||
|
|
||
|
ok_null
|
||
|
|
||
|
for i in $(seq 1 1000) ; do
|
||
|
unit_test protocol_types_compat_test $i
|
||
|
done
|