From 845d4d43c760455c7a0b5692925afa4d680bd3c0 Mon Sep 17 00:00:00 2001 From: Volker Lendecke Date: Mon, 11 Apr 2011 17:26:35 +0200 Subject: s3: Add a test for sid2xids Signed-off-by: Jeremy Allison --- source3/script/tests/test_wbinfo_sids2xids.sh | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100755 source3/script/tests/test_wbinfo_sids2xids.sh (limited to 'source3/script/tests/test_wbinfo_sids2xids.sh') diff --git a/source3/script/tests/test_wbinfo_sids2xids.sh b/source3/script/tests/test_wbinfo_sids2xids.sh new file mode 100755 index 0000000000..5bb33ee065 --- /dev/null +++ b/source3/script/tests/test_wbinfo_sids2xids.sh @@ -0,0 +1,11 @@ +#!/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 -- cgit