make the echo'ed command match the actual command run.
authorAndrew Bartlett <abartlet@samba.org>
Tue, 18 Jun 2002 06:23:51 +0000 (06:23 +0000)
committerAndrew Bartlett <abartlet@samba.org>
Tue, 18 Jun 2002 06:23:51 +0000 (06:23 +0000)
(This used to be commit 3167ec8a49a8da58f77b7c4f202c865ef9f9414c)

testsuite/build_farm/basicsmb.fns

index 135a17fe934cfbdff73177a989a07ab139da6225..5a41b8bd9da3cd60154957aaf59892662d1aa401 100644 (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