shfmt -f source3/script/| xargs shfmt -w -p -i 0 -fn
Signed-off-by: Andreas Schneider <asn@samba.org>
Reviewed-by: Guenther Deschner <gd@samba.org>
# this runs the file serving tests that are expected to pass with samba3 against shares with various options
if [ $# -lt 2 ]; then
-cat <<EOF
+ cat <<EOF
Usage: test_smbclient_machine_auth.sh SERVER SMBCLIENT <smbclient arguments>
EOF
-exit 1;
+ exit 1
fi
SERVER="$1"
shift 2
ADDARGS="$*"
-incdir=`dirname $0`/../../../testprogs/blackbox
+incdir=$(dirname $0)/../../../testprogs/blackbox
. $incdir/subunit.sh
testit "smbclient //$SERVER/tmp" $SMBCLIENT //$SERVER/tmp --machine-pass -p 139 -c quit $ADDARGS