tests/fake_snap: sanitize paths
[samba.git] / source3 / script / tests / test_async_req.sh
1 #!/bin/sh
2
3 incdir=`dirname $0`/../../../testprogs/blackbox
4 . $incdir/subunit.sh
5
6 failed=0
7
8 testit "async_connect_send" $VALGRIND $BINDIR/async_connect_send_test ||
9         failed=`expr $failed + 1`
10
11 testok $0 $failed