3 echo $prefix/bin/smbclient -U$whoami% -L localhost
4 $prefix/bin/smbclient -U$whoami% -L localhost
6 if [ $status = 0 ]; then
7 echo "smbd listed shares OK"
9 echo "listing shares with smbd failed with status $status"
18 (test_smb_conf_setup && test_smbpasswd $password ) || exit 1
20 test_sharelist || exit 1