s4:auth/kerberos: make use of samba_tevent_context_init()
[Samba/gebeck_regimport.git] / source3 / script / tests / test_wbinfo_sids2xids.sh
blobc50060531d5302597c9d0ff18099739fa35da32c
1 #!/bin/sh
3 WBINFO="$VALGRIND ${WBINFO:-$BINDIR/wbinfo} $CONFIGURATION"
4 NET="$VALGRIND ${NET:-$BINDIR/net} $CONFIGURATION"
5 TEST_INT=`dirname $0`/test_wbinfo_sids2xids_int.py
7 incdir=`dirname $0`/../../../testprogs/blackbox
8 . $incdir/subunit.sh
10 testit "sids2xids" ${TEST_INT} ${WBINFO} ${NET} || failed=`expr $failed + 1`
12 testok $0 $failed