diff options
author | Andrew Bartlett <abartlet@samba.org> | 2002-06-18 06:23:51 +0000 |
---|---|---|
committer | Andrew Bartlett <abartlet@samba.org> | 2002-06-18 06:23:51 +0000 |
commit | e5aa2b05d7d4cf437d4422f6959afa97841c774f (patch) | |
tree | e09ea65bbea4e4c986332a227e7d30b6bbf0b4c7 /testsuite/build_farm/basicsmb.fns | |
parent | 7b60e2304052c5603740ea11ce1345a32e1b9175 (diff) | |
download | samba-e5aa2b05d7d4cf437d4422f6959afa97841c774f.tar.gz samba-e5aa2b05d7d4cf437d4422f6959afa97841c774f.tar.bz2 samba-e5aa2b05d7d4cf437d4422f6959afa97841c774f.zip |
make the echo'ed command match the actual command run.
(This used to be commit 3167ec8a49a8da58f77b7c4f202c865ef9f9414c)
Diffstat (limited to 'testsuite/build_farm/basicsmb.fns')
-rw-r--r-- | testsuite/build_farm/basicsmb.fns | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/testsuite/build_farm/basicsmb.fns b/testsuite/build_farm/basicsmb.fns index 135a17fe93..5a41b8bd9d 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 |