summaryrefslogtreecommitdiff
path: root/source4/utils
diff options
context:
space:
mode:
authorMichael Adam <obnox@samba.org>2012-05-30 12:04:30 +0200
committerMichael Adam <obnox@samba.org>2012-05-31 04:46:06 +0200
commitdf0cadbcc9c3706c8ef86dbc431795b31c1fce70 (patch)
treef43e32151900bffb38a23afcca217796760c6e14 /source4/utils
parentda82c07e13d1d4ecd32c4b040477f12b2388941c (diff)
downloadsamba-df0cadbcc9c3706c8ef86dbc431795b31c1fce70.tar.gz
samba-df0cadbcc9c3706c8ef86dbc431795b31c1fce70.tar.bz2
samba-df0cadbcc9c3706c8ef86dbc431795b31c1fce70.zip
s4:selftest: change the blackbox.samba_tool test to use a binary mapping for smbclient
Diffstat (limited to 'source4/utils')
-rwxr-xr-xsource4/utils/tests/test_samba_tool.sh4
1 files changed, 2 insertions, 2 deletions
diff --git a/source4/utils/tests/test_samba_tool.sh b/source4/utils/tests/test_samba_tool.sh
index 7057312fcb..289a753b66 100755
--- a/source4/utils/tests/test_samba_tool.sh
+++ b/source4/utils/tests/test_samba_tool.sh
@@ -6,12 +6,12 @@ SERVER_IP=$2
USERNAME=$3
PASSWORD=$4
DOMAIN=$5
-shift 5
+smbclient=$6
+shift 6
failed=0
samba4bindir="$BINDIR"
-smbclient="$samba4bindir/smbclient"
samba_tool="$samba4bindir/samba-tool"
testit() {