From 41075fbfa1cad4e8e978927850bb6010577f029f Mon Sep 17 00:00:00 2001 From: Michael Adam Date: Tue, 6 May 2008 11:40:05 +0200 Subject: 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) --- source3/script/tests/test_wbinfo_s3.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'source3/script/tests/test_wbinfo_s3.sh') diff --git a/source3/script/tests/test_wbinfo_s3.sh b/source3/script/tests/test_wbinfo_s3.sh index b0b6824500..e3bf1b9e70 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" -- cgit