s4:lib/messaging: terminate the irpc_servers_byname() result with server_id_set_disco...
[Samba/gebeck_regimport.git] / source3 / script / tests / test_wbinfo_s3.sh
blob91a9f45b3a6a8cff001100a6b02193ac1f58104c
1 #!/bin/sh
3 if [ $# -lt 1 ]; then
4 cat <<EOF
5 Usage: test_wbinfo_s3.sh <wbinfo args>
6 EOF
7 exit 1;
8 fi
10 ADDARGS="$*"
12 incdir=`dirname $0`/../../../testprogs/blackbox
13 . $incdir/subunit.sh
15 testit "wbinfo" $VALGRIND $BINDIR/wbinfo $ADDARGS || failed=`expr $failed + 1`
17 testok $0 $failed