3 test_listfilesguestshare() {
5 echo $prefix/bin/smbclient //$remote_name/guest_share -n buildclient -U$whoami% -c 'ls'
6 $prefix/bin/smbclient //$remote_name/guest_share -n buildclient -U$whoami% -c 'ls'
8 if [ $status = 0 ]; then
9 echo "smbd listed files correctly (guest share)"
11 echo "listing files on a guest share failed with status $status"
18 ( test_smb_conf_setup ) || exit 1
20 ( test_listfilesguestshare $security ) || exit 1