s3:test: fix intialization of WBINFO in test_wbinfo_sids2xids.sh
[Samba/id10ts.git] / source3 / script / tests / test_wbinfo_sids2xids.sh
blob99d066f3e8f9b9773e3cd81714007793e0efbdcc
1 #!/bin/sh
3 WBINFO="$VALGRIND ${WBINFO:-$BINDIR/wbinfo} $CONFIGURATION"
4 TEST_INT=`dirname $0`/test_wbinfo_sids2xids_int.py
6 incdir=`dirname $0`/../../../testprogs/blackbox
7 . $incdir/subunit.sh
9 testit "sids2xids" ${TEST_INT} ${WBINFO} || failed=`expr $failed + 1`
11 testok $0 $failed