From: Michael Adam Date: Tue, 6 May 2008 09:40:05 +0000 (+0200) Subject: testsuite: use domain==workgroup in wbinfo tests now that we are PDC. X-Git-Tag: samba-4.0.0alpha6~801^2~1507 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=41075fbfa1cad4e8e978927850bb6010577f029f;p=thirdparty%2Fsamba.git testsuite: use domain==workgroup in wbinfo tests now that we are PDC. Previously domain==netbios name was the right thing to use. Michael (This used to be commit a5fc47c2457ce370a4f6150b9f2a417dac7589bf) --- diff --git a/source3/script/tests/test_wbinfo_s3.sh b/source3/script/tests/test_wbinfo_s3.sh index b0b6824500d..e3bf1b9e708 100755 --- a/source3/script/tests/test_wbinfo_s3.sh +++ b/source3/script/tests/test_wbinfo_s3.sh @@ -25,10 +25,10 @@ tests="$tests:--own-domain" tests="$tests:--all-domains" tests="$tests:--trusted-domains" tests="$tests:--domain-info=BUILTIN" -tests="$tests:--domain-info=$server" +tests="$tests:--domain-info=$domain" tests="$tests:--online-status" tests="$tests:--online-status --domain=BUILTIN" -tests="$tests:--online-status --domain=$server" +tests="$tests:--online-status --domain=$domain" #Didn't pass yet# tests="$tests:--domain-users" tests="$tests:--domain-groups" tests="$tests:--name-to-sid=$username"