summaryrefslogtreecommitdiffstats
path: root/source/script
diff options
context:
space:
mode:
authorMichael Adam <obnox@samba.org>2008-05-06 11:40:05 +0200
committerMichael Adam <obnox@samba.org>2008-05-06 12:26:14 +0200
commita5fc47c2457ce370a4f6150b9f2a417dac7589bf (patch)
tree596ae785643658c5bd3df62a9f7ec1b12257500c /source/script
parent026d701aff2c035359894786ec22b4ed829cfb31 (diff)
downloadsamba-a5fc47c2457ce370a4f6150b9f2a417dac7589bf.tar.gz
samba-a5fc47c2457ce370a4f6150b9f2a417dac7589bf.tar.xz
samba-a5fc47c2457ce370a4f6150b9f2a417dac7589bf.zip
testsuite: use domain==workgroup in wbinfo tests now that we are PDC.
Previously domain==netbios name was the right thing to use. Michael
Diffstat (limited to 'source/script')
-rwxr-xr-xsource/script/tests/test_wbinfo_s3.sh4
1 files changed, 2 insertions, 2 deletions
diff --git a/source/script/tests/test_wbinfo_s3.sh b/source/script/tests/test_wbinfo_s3.sh
index b0b6824500d..e3bf1b9e708 100755
--- a/source/script/tests/test_wbinfo_s3.sh
+++ b/source/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"