summaryrefslogtreecommitdiff
path: root/nsswitch/tests
diff options
context:
space:
mode:
authorKai Blin <kai@samba.org>2009-01-14 13:49:14 +0100
committerKai Blin <kai@samba.org>2009-01-15 10:35:00 +0100
commitec93fd6b0ccec34c109958137517d8c131033cd7 (patch)
treec726e2b134e47fdffc142184f7f655fa44d00914 /nsswitch/tests
parent907f085296e4c61410a7a0e2cfcd6a9db8176b16 (diff)
downloadsamba-ec93fd6b0ccec34c109958137517d8c131033cd7.tar.gz
samba-ec93fd6b0ccec34c109958137517d8c131033cd7.tar.bz2
samba-ec93fd6b0ccec34c109958137517d8c131033cd7.zip
s4 torture: Add another wbinfo test and fix a typo in another one
Diffstat (limited to 'nsswitch/tests')
-rwxr-xr-xnsswitch/tests/test_wbinfo.sh4
1 files changed, 2 insertions, 2 deletions
diff --git a/nsswitch/tests/test_wbinfo.sh b/nsswitch/tests/test_wbinfo.sh
index 88bffc57b1..c1709d3652 100755
--- a/nsswitch/tests/test_wbinfo.sh
+++ b/nsswitch/tests/test_wbinfo.sh
@@ -174,6 +174,7 @@ testit "wbinfo --uid-info against $TARGET" $wbinfo --uid-info $admin_uid
# this does not work
knownfail "wbinfo --group-info against $TARGET" $wbinfo --group-info "S-1-22-2-0"
+knownfail "wbinfo --gid-info against $TARGET" $wbinfo --gid-info 30001
knownfail "wbinfo -r against $TARGET" $wbinfo -r "$DOMAIN/$USERNAME"
testit "wbinfo --user-domgroups against $TARGET" $wbinfo --user-domgroups $admin_sid || failed=`expr $failed + 1`
@@ -182,8 +183,7 @@ testit "wbinfo --user-sids against $TARGET" $wbinfo --user-sids $admin_sid || fa
testit "wbinfo -a against $TARGET with domain creds" $wbinfo -a "$DOMAIN/$USERNAME"%"$PASSWORD" || failed=`expr $failed + 1`
-# this does not work
-knwonfail "wbinfo --getdcname against $TARGET" $wbinfo --getdcname=$DOMAIN
+testit "wbinfo --getdcname against $TARGET" $wbinfo --getdcname=$DOMAIN
testit "wbinfo -p against $TARGET" $wbinfo -p || failed=`expr $failed + 1`