mirror of
https://github.com/samba-team/samba.git
synced 2025-02-24 13:57:43 +03:00
BUG: https://bugzilla.samba.org/show_bug.cgi?id=12580 Signed-off-by: Amitay Isaacs <amitay@gmail.com> Reviewed-by: Martin Schwenke <martin@meltin.net>
14 lines
201 B
Bash
Executable File
14 lines
201 B
Bash
Executable File
#!/bin/sh
|
|
|
|
. "${TEST_SCRIPTS_DIR}/unit.sh"
|
|
|
|
|
|
ok_null
|
|
unit_test comm_test 1
|
|
|
|
ok_null
|
|
unit_test comm_test 2
|
|
|
|
ok "100 2048 500 4096 1024 8192 200 16384 300 32768 400 65536 1048576 "
|
|
unit_test comm_test 3
|