s3:test: fix intialization of WBINFO in test_wbinfo_sids2xids.sh
authorMichael Adam <obnox@samba.org>
Tue, 27 Nov 2012 21:43:04 +0000 (22:43 +0100)
committerStefan Metzmacher <metze@samba.org>
Mon, 3 Dec 2012 07:48:28 +0000 (08:48 +0100)
Signed-off-by: Michael Adam <obnox@samba.org>
Reviewed-by: Stefan Metzmacher <metze@samba.org>
source3/script/tests/test_wbinfo_sids2xids.sh

index 5bb33ee06576c3a347561ab15e7147149069e68d..99d066f3e8f9b9773e3cd81714007793e0efbdcc 100755 (executable)
@@ -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