diff options
Diffstat (limited to 'source3/script')
-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 |