1
0
mirror of https://github.com/samba-team/samba.git synced 2024-12-23 17:34:34 +03:00

Try to see if we can get these tests working...

(This used to be commit e809e6c20f)
This commit is contained in:
Andrew Bartlett 2002-01-20 21:41:07 +00:00
parent 56d884eefe
commit f5dec543e6
2 changed files with 1 additions and 5 deletions

View File

@ -1,7 +1,3 @@
if [ $whoami != "root" ]; then
exit 0;
fi
. basicsmb.fns
test_joindomain_nt4() {

View File

@ -17,11 +17,11 @@ test_joindomain() {
}
password=samba
security=DOMAIN
(test_smb_conf_setup && test_smbpasswd $password ) || exit 1
test_joindomain $password || exit 1
security=DOMAIN
test_listfilesauth $security || exit 1
test_listfilesnpw $security || exit 1