From 8a0db43ad8d84c195fd6cd716ec92f9b47ab4649 Mon Sep 17 00:00:00 2001 From: Matthias Dieter Wallnöfer Date: Sat, 11 Sep 2010 19:13:13 +0200 Subject: test_wbinfo.c - count more possible failures --- nsswitch/tests/test_wbinfo.sh | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'nsswitch/tests') diff --git a/nsswitch/tests/test_wbinfo.sh b/nsswitch/tests/test_wbinfo.sh index b92b8f026d..952dd13265 100755 --- a/nsswitch/tests/test_wbinfo.sh +++ b/nsswitch/tests/test_wbinfo.sh @@ -163,6 +163,7 @@ if test x$own_domain = x$DOMAIN; then else echo "Own domain reported as $own_domain instead of $DOMAIN" echo "failure: wbinfo --own-domain against $TARGET check output" + failed=`expr $failed + 1` fi # this does not work @@ -173,7 +174,7 @@ testit "wbinfo -D against $TARGET" $wbinfo -D $DOMAIN || failed=`expr $failed + testit "wbinfo -i against $TARGET" $wbinfo -i "$DOMAIN/$USERNAME" || failed=`expr $failed + 1` -testit "wbinfo --uid-info against $TARGET" $wbinfo --uid-info $admin_uid +testit "wbinfo --uid-info against $TARGET" $wbinfo --uid-info $admin_uid || failed=`expr $failed + 1` # this does not work knownfail "wbinfo --group-info against $TARGET" $wbinfo --group-info "S-1-22-2-0" -- cgit