mirror of
https://github.com/samba-team/samba.git
synced 2025-01-25 06:04:04 +03:00
aa96c75346
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>
12 lines
210 B
Bash
Executable File
12 lines
210 B
Bash
Executable File
#!/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
|