From ec93fd6b0ccec34c109958137517d8c131033cd7 Mon Sep 17 00:00:00 2001 From: Kai Blin Date: Wed, 14 Jan 2009 13:49:14 +0100 Subject: s4 torture: Add another wbinfo test and fix a typo in another one --- nsswitch/tests/test_wbinfo.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'nsswitch/tests') 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` -- cgit