summaryrefslogtreecommitdiffstats
path: root/nsswitch/tests/test_wbinfo_simple.sh
blob: dc90ddcadf0b342dcff0e5b8feb5ac2740120628 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
#!/bin/sh

if [ $# -lt 1 ]; then
cat <<EOF
Usage: test_wbinfo_simple.sh <wbinfo args>
EOF
exit 1;
fi

ADDARGS="$*"

incdir=`dirname $0`/../../testprogs/blackbox
. $incdir/subunit.sh

testit "wbinfo" $VALGRIND $BINDIR/wbinfo $ADDARGS || failed=`expr $failed + 1`

testok $0 $failed