s3:smb2_server: don't reset the tid and session id in the out hdr of compound requests
[Samba.git] / source3 / script / tests / test_wbinfo_s3.sh
blob860e7c5afce25a879c7f0e18c157ea5fe3e09444
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 test x"$TEST_FUNCTIONS_SH" != x"INCLUDED" && {
13 incdir=`dirname $0`/../../../testprogs/blackbox
14 . $incdir/subunit.sh
17 testit "wbinfo" $VALGRIND $BINDIR/wbinfo $ADDARGS || failed=`expr $failed + 1`
19 testok $0 $failed