mirror of
https://github.com/samba-team/samba.git
synced 2025-08-02 00:22:11 +03:00
selftest: add a test for async_connect_send()
Bug: https://bugzilla.samba.org/show_bug.cgi?id=11564 Signed-off-by: Ralph Boehme <slow@samba.org> Reviewed-by: Jeremy Allison <jra@samba.org>
This commit is contained in:
committed by
Jeremy Allison
parent
6c81ecc795
commit
aa96c75346
11
source3/script/tests/test_async_req.sh
Executable file
11
source3/script/tests/test_async_req.sh
Executable file
@ -0,0 +1,11 @@
|
||||
#!/bin/sh
|
||||
|
||||
incdir=`dirname $0`/../../../testprogs/blackbox
|
||||
. $incdir/subunit.sh
|
||||
|
||||
failed=0
|
||||
|
||||
testit "async_connect_send" $VALGRIND $BINDIR/async_connect_send_test ||
|
||||
failed=`expr $failed + 1`
|
||||
|
||||
testok $0 $failed
|
Reference in New Issue
Block a user