1
0
mirror of https://github.com/samba-team/samba.git synced 2024-12-23 17:34:34 +03:00
samba-mirror/source3/script/tests/test_wbinfo_sids2xids.sh
Volker Lendecke 845d4d43c7 s3: Add a test for sid2xids
Signed-off-by: Jeremy Allison <jra@samba.org>
2011-04-13 14:13:25 -07:00

12 lines
279 B
Bash
Executable File

#!/bin/sh
WBINFO="$VALGRIND ${NET:-$BINDIR/wbinfo} $CONFIGURATION"
TEST_INT=`dirname $0`/test_wbinfo_sids2xids_int.py
incdir=`dirname $0`/../../../testprogs/blackbox
. $incdir/subunit.sh
testit "sids2xids" ${TEST_INT} ${WBINFO} || failed=`expr $failed + 1`
testok $0 $failed