testsuite: use domain==workgroup in wbinfo tests now that we are PDC.
authorMichael Adam <obnox@samba.org>
Tue, 6 May 2008 09:40:05 +0000 (11:40 +0200)
committerMichael Adam <obnox@samba.org>
Tue, 6 May 2008 10:26:14 +0000 (12:26 +0200)
Previously domain==netbios name was the right thing to use.

Michael
(This used to be commit a5fc47c2457ce370a4f6150b9f2a417dac7589bf)

source3/script/tests/test_wbinfo_s3.sh

index b0b6824500d0948c5f0bfddce16783346ecf7d50..e3bf1b9e708fa438e3c31e15d5b59e4c41e3bb9b 100755 (executable)
@@ -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"