From: Volker Lendecke Date: Mon, 2 Mar 2020 19:55:56 +0000 (+0100) Subject: selftest: Fix usage check of test_smbtorture_s3.sh X-Git-Tag: ldb-2.2.0~1528 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=b08643f07f18f055e1022131a63343e52bb755cb;p=thirdparty%2Fsamba.git selftest: Fix usage check of test_smbtorture_s3.sh This needs at least 5 args Signed-off-by: Volker Lendecke Reviewed-by: Jeremy Allison --- diff --git a/source3/script/tests/test_smbtorture_s3.sh b/source3/script/tests/test_smbtorture_s3.sh index 07d940faa11..7a3f6f800b5 100755 --- a/source3/script/tests/test_smbtorture_s3.sh +++ b/source3/script/tests/test_smbtorture_s3.sh @@ -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