diff options
author | Gerald W. Carter <jerry@samba.org> | 2008-04-23 11:26:35 -0500 |
---|---|---|
committer | Gerald W. Carter <jerry@samba.org> | 2008-04-23 11:26:35 -0500 |
commit | 5c3b9a38f51ce69a3e15d8799809a117acb85a72 (patch) | |
tree | aaa02cfd3d90018010b7c0e0bc60664d42dd7353 /source3 | |
parent | de154dcf92ebaed23a33b6849af8aa14dc767a7d (diff) | |
download | samba-5c3b9a38f51ce69a3e15d8799809a117acb85a72.tar.gz samba-5c3b9a38f51ce69a3e15d8799809a117acb85a72.tar.bz2 samba-5c3b9a38f51ce69a3e15d8799809a117acb85a72.zip |
Use wbinfo --online-status in make test rather than --sequence
(This used to be commit f8c364da94fac96450116be980e38ddddd3f304a)
Diffstat (limited to 'source3')
-rwxr-xr-x | source3/script/tests/test_wbinfo_s3.sh | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/source3/script/tests/test_wbinfo_s3.sh b/source3/script/tests/test_wbinfo_s3.sh index 01eed6ead6..b0b6824500 100755 --- a/source3/script/tests/test_wbinfo_s3.sh +++ b/source3/script/tests/test_wbinfo_s3.sh @@ -26,9 +26,9 @@ tests="$tests:--all-domains" tests="$tests:--trusted-domains" tests="$tests:--domain-info=BUILTIN" tests="$tests:--domain-info=$server" -tests="$tests:--sequence" -tests="$tests:--sequence --domain=BUILTIN" -tests="$tests:--sequence --domain=$server" +tests="$tests:--online-status" +tests="$tests:--online-status --domain=BUILTIN" +tests="$tests:--online-status --domain=$server" #Didn't pass yet# tests="$tests:--domain-users" tests="$tests:--domain-groups" tests="$tests:--name-to-sid=$username" |