summaryrefslogtreecommitdiff
path: root/source3/script/tests/test_wbinfo_sids2xids.sh
diff options
context:
space:
mode:
authorMichael Adam <obnox@samba.org>2012-11-27 12:08:33 +0100
committerStefan Metzmacher <metze@samba.org>2012-12-03 08:48:28 +0100
commit7f2f29647a5d5906db5a267f614f30607d9162e3 (patch)
treeee5d3fdce8caea73a8558d743cb7367a256b4aad /source3/script/tests/test_wbinfo_sids2xids.sh
parent25018d8ae6de32a2a51168a30788545646fddcae (diff)
downloadsamba-7f2f29647a5d5906db5a267f614f30607d9162e3.tar.gz
samba-7f2f29647a5d5906db5a267f614f30607d9162e3.tar.bz2
samba-7f2f29647a5d5906db5a267f614f30607d9162e3.zip
s3:test:wbinfo_sids2xids: test the results with singular calls with filled and with empty cache
Signed-off-by: Michael Adam <obnox@samba.org> Reviewed-by: Stefan Metzmacher <metze@samba.org>
Diffstat (limited to 'source3/script/tests/test_wbinfo_sids2xids.sh')
-rwxr-xr-xsource3/script/tests/test_wbinfo_sids2xids.sh3
1 files changed, 2 insertions, 1 deletions
diff --git a/source3/script/tests/test_wbinfo_sids2xids.sh b/source3/script/tests/test_wbinfo_sids2xids.sh
index 99d066f3e8..c50060531d 100755
--- a/source3/script/tests/test_wbinfo_sids2xids.sh
+++ b/source3/script/tests/test_wbinfo_sids2xids.sh
@@ -1,11 +1,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} || failed=`expr $failed + 1`
+testit "sids2xids" ${TEST_INT} ${WBINFO} ${NET} || failed=`expr $failed + 1`
testok $0 $failed