1
0
mirror of https://github.com/samba-team/samba.git synced 2025-07-31 20:22:15 +03:00

selftest: Fix usage check of test_smbtorture_s3.sh

This needs at least 5 args

Signed-off-by: Volker Lendecke <vl@samba.org>
Reviewed-by: Jeremy Allison <jra@samba.org>
This commit is contained in:
Volker Lendecke
2020-03-02 20:55:56 +01:00
committed by Jeremy Allison
parent edfc19f1eb
commit b08643f07f

View File

@ -2,7 +2,7 @@
# this runs the file serving tests that are expected to pass with samba3
if [ $# -lt 4 ]; then
if [ $# -lt 5 ]; then
cat <<EOF
Usage: test_smbtorture_s3.sh TEST UNC USERNAME PASSWORD SMBTORTURE <smbtorture args>
EOF