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:
parent
7b60e23040
commit
e5aa2b05d7
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user