blob: edef6a912306e559a4010981c263f9dc7fa15aa0 (
plain)
1
2
3
4
5
6
7
8
9
|
. basicsmb.fns
password="samba"
security="SHARE"
(test_smb_conf_setup && ( test_smbpasswd $password ) ) || exit 1
(test_listfilesauth $security) || exit 1
(test_listfilesnpw $security) || exit 1
|