1
0
mirror of https://github.com/samba-team/samba.git synced 2025-03-24 10:50:22 +03:00

make the echo'ed command match the actual command run.

(This used to be commit 3167ec8a49a8da58f77b7c4f202c865ef9f9414c)
This commit is contained in:
Andrew Bartlett 2002-06-18 06:23:51 +00:00
parent 7b60e23040
commit e5aa2b05d7

View File

@ -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