s3: Remove a call to procid_self()
[Samba/gebeck_regimport.git] / source3 / script / tests / test_smbclient_machine_auth.sh
blobf67256d19bc10e8ccb54e3ec876f459a0431fb10
1 #!/bin/sh
3 # this runs the file serving tests that are expected to pass with samba3 against shares with various options
5 if [ $# -lt 2 ]; then
6 cat <<EOF
7 Usage: test_smbclient_machine_auth.sh SERVER SMBCLIENT <smbclient arguments>
8 EOF
9 exit 1;
12 SERVER="$1"
13 SMBCLIENT="$2"
14 SMBCLIENT="$VALGRIND ${SMBCLIENT}"
15 shift 2
16 ADDARGS="$*"
18 incdir=`dirname $0`/../../../testprogs/blackbox
19 . $incdir/subunit.sh
21 testit "smbclient //$SERVER/tmp" $SMBCLIENT //$SERVER/tmp --machine-pass -I $SERVER_IP -p 139 -c quit $ADDARGS