updated the 3.0 branch from the head branch - ready for alpha18
[kai/samba.git] / 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