From 25018d8ae6de32a2a51168a30788545646fddcae Mon Sep 17 00:00:00 2001 From: Michael Adam Date: Tue, 27 Nov 2012 22:43:04 +0100 Subject: s3:test: fix intialization of WBINFO in test_wbinfo_sids2xids.sh Signed-off-by: Michael Adam Reviewed-by: Stefan Metzmacher --- source3/script/tests/test_wbinfo_sids2xids.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'source3/script') 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 -- cgit