]> git.ipfire.org Git - thirdparty/samba.git/commitdiff
selftest: Fix usage check of test_smbtorture_s3.sh
authorVolker Lendecke <vl@samba.org>
Mon, 2 Mar 2020 19:55:56 +0000 (20:55 +0100)
committerJeremy Allison <jra@samba.org>
Tue, 3 Mar 2020 17:48:37 +0000 (17:48 +0000)
This needs at least 5 args

Signed-off-by: Volker Lendecke <vl@samba.org>
Reviewed-by: Jeremy Allison <jra@samba.org>
source3/script/tests/test_smbtorture_s3.sh

index 07d940faa11bede49368bf8c37568344dbfca545..7a3f6f800b55eb2766b0b3fd2e9f12e58559102b 100755 (executable)
@@ -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