diff options
author | Michael Adam <obnox@samba.org> | 2012-11-27 22:43:04 +0100 |
---|---|---|
committer | Stefan Metzmacher <metze@samba.org> | 2012-12-03 08:48:28 +0100 |
commit | 25018d8ae6de32a2a51168a30788545646fddcae (patch) | |
tree | 29d976de63af723f6499e25034caabbe7de80a3c | |
parent | a1411a884c5361bb8b090695236724cd25857269 (diff) | |
download | samba-25018d8ae6de32a2a51168a30788545646fddcae.tar.gz |
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>
-rwxr-xr-x | source3/script/tests/test_wbinfo_sids2xids.sh | 2 |
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 |