summaryrefslogtreecommitdiffstats
path: root/source3/script/tests/test_wbinfo_sids2xids.sh
blob: b07aebfe36f80ce778d50f3235c5bf1ddc74a1a8 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
#!/bin/sh

WBINFO="$VALGRIND ${WBINFO:-$BINDIR/wbinfo} $CONFIGURATION"
NET="$VALGRIND ${NET:-$BINDIR/net} $CONFIGURATION"
TEST_INT=$(dirname $0)/test_wbinfo_sids2xids_int.py

incdir=$(dirname $0)/../../../testprogs/blackbox
. $incdir/subunit.sh

testit "sids2xids" ${TEST_INT} ${WBINFO} ${NET} || failed=$(expr $failed + 1)

testok $0 $failed