diff options
author | Matthieu Patou <mat@matws.net> | 2010-03-09 15:35:54 +0300 |
---|---|---|
committer | Matthias Dieter Wallnöfer <mwallnoefer@yahoo.de> | 2010-03-09 17:20:31 +0100 |
commit | 98bc10d0a8284387789fafc32a1a1e54a7e31824 (patch) | |
tree | fbd287c9ef06c4cb5b2ad09c8a7d00b640b792c6 /nsswitch/tests | |
parent | bc766a9a8475344eb4556da91f68874523d1fe52 (diff) | |
download | samba-98bc10d0a8284387789fafc32a1a1e54a7e31824.tar.gz |
s4:unittest Fix unittest to reflect that wbinfo -r no longer fail
Signed-off-by: Matthias Dieter Wallnöfer <mwallnoefer@yahoo.de>
Diffstat (limited to 'nsswitch/tests')
-rwxr-xr-x | nsswitch/tests/test_wbinfo.sh | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/nsswitch/tests/test_wbinfo.sh b/nsswitch/tests/test_wbinfo.sh index 8d8f116e70e..b92b8f026d0 100755 --- a/nsswitch/tests/test_wbinfo.sh +++ b/nsswitch/tests/test_wbinfo.sh @@ -178,7 +178,8 @@ 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 -r against $TARGET" $wbinfo -r "$DOMAIN/$USERNAME" || failed=`expr $failed + 1` testit "wbinfo --user-domgroups against $TARGET" $wbinfo --user-domgroups $admin_sid || failed=`expr $failed + 1` |