7 (test_smb_conf_setup && test_smbpasswd $password ) || return 1
9 echo $srcdir/bin/smbtorture //localhost/test -U$whoami%$password $torture_test
10 $srcdir/bin/smbtorture //localhost/test -U$whoami%$password $torture_test
12 if [ $status = 0 ]; then
13 echo "smbtorture test $torture_test worked"
15 echo "smbtorture test $torture_test FAILED (status $status)!"