summaryrefslogtreecommitdiff
path: root/testsuite
diff options
context:
space:
mode:
authorAndrew Bartlett <abartlet@samba.org>2002-06-18 06:23:51 +0000
committerAndrew Bartlett <abartlet@samba.org>2002-06-18 06:23:51 +0000
commit3167ec8a49a8da58f77b7c4f202c865ef9f9414c (patch)
treec308923dd13be89ea71b8adb8d3579e242ad92c2 /testsuite
parent29874f4b8fecdc7cbd84d656dafce54cca49e0b1 (diff)
downloadsamba-3167ec8a49a8da58f77b7c4f202c865ef9f9414c.tar.gz
make the echo'ed command match the actual command run.
Diffstat (limited to 'testsuite')
-rw-r--r--testsuite/build_farm/basicsmb.fns2
1 files changed, 1 insertions, 1 deletions
diff --git a/testsuite/build_farm/basicsmb.fns b/testsuite/build_farm/basicsmb.fns
index 135a17fe934..5a41b8bd9da 100644
--- a/testsuite/build_farm/basicsmb.fns
+++ b/testsuite/build_farm/basicsmb.fns
@@ -117,7 +117,7 @@ test_smbpasswd_local() {
test_listfilesauth() {
remote_name="$1"
- echo $prefix/bin/smbclient//$remote_name/samba -n buildclient -U$whoami%$password -c 'ls'
+ echo $prefix/bin/smbclient //$remote_name/samba -n buildclient -U$whoami%$password -c 'ls'
$prefix/bin/smbclient //$remote_name/samba -n buildclient -U$whoami%$password -c 'ls'
status=$?
if [ $status = 0 ]; then