summaryrefslogtreecommitdiff
path: root/source3/script
diff options
context:
space:
mode:
authorMichael Adam <obnox@samba.org>2012-11-27 22:43:04 +0100
committerStefan Metzmacher <metze@samba.org>2012-12-03 08:48:28 +0100
commit25018d8ae6de32a2a51168a30788545646fddcae (patch)
tree29d976de63af723f6499e25034caabbe7de80a3c /source3/script
parenta1411a884c5361bb8b090695236724cd25857269 (diff)
downloadsamba-25018d8ae6de32a2a51168a30788545646fddcae.tar.gz
samba-25018d8ae6de32a2a51168a30788545646fddcae.tar.bz2
samba-25018d8ae6de32a2a51168a30788545646fddcae.zip
s3:test: fix intialization of WBINFO in test_wbinfo_sids2xids.sh
Signed-off-by: Michael Adam <obnox@samba.org> Reviewed-by: Stefan Metzmacher <metze@samba.org>
Diffstat (limited to 'source3/script')
-rwxr-xr-xsource3/script/tests/test_wbinfo_sids2xids.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/source3/script/tests/test_wbinfo_sids2xids.sh b/source3/script/tests/test_wbinfo_sids2xids.sh
index 5bb33ee065..99d066f3e8 100755
--- a/source3/script/tests/test_wbinfo_sids2xids.sh
+++ b/source3/script/tests/test_wbinfo_sids2xids.sh
@@ -1,6 +1,6 @@
#!/bin/sh
-WBINFO="$VALGRIND ${NET:-$BINDIR/wbinfo} $CONFIGURATION"
+WBINFO="$VALGRIND ${WBINFO:-$BINDIR/wbinfo} $CONFIGURATION"
TEST_INT=`dirname $0`/test_wbinfo_sids2xids_int.py
incdir=`dirname $0`/../../../testprogs/blackbox