1
0
mirror of https://github.com/samba-team/samba.git synced 2025-01-25 06:04:04 +03:00
samba-mirror/source3/script/tests/test_async_req.sh
Ralph Boehme aa96c75346 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>
2015-10-20 20:22:22 +02:00

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