s3: Remove a call to procid_self()
[Samba/gebeck_regimport.git] / source3 / script / tests / test_wbinfo_sids2xids.sh
blob5bb33ee06576c3a347561ab15e7147149069e68d
1 #!/bin/sh
3 WBINFO="$VALGRIND ${NET:-$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