s3:test_smbclient_auth.sh: this script reqiures 5 arguments
authorStefan Metzmacher <metze@samba.org>
Tue, 26 Apr 2016 09:33:52 +0000 (11:33 +0200)
committerStefan Metzmacher <metze@samba.org>
Thu, 28 Apr 2016 14:51:17 +0000 (16:51 +0200)
BUG: https://bugzilla.samba.org/show_bug.cgi?id=11849

Signed-off-by: Stefan Metzmacher <metze@samba.org>
Reviewed-by: Andreas Schneider <asn@samba.org>
Reviewed-by: Günther Deschner <gd@samba.org>
source3/script/tests/test_smbclient_auth.sh

index cc075b99f4f92ab8f12ff875cc8e3315118ca464..16817724bfb1ee7eee7dae46d904a75517f00755 100755 (executable)
@@ -2,7 +2,7 @@
 
 # this runs the file serving tests that are expected to pass with samba3 against shares with various options
 
-if [ $# -lt 4 ]; then
+if [ $# -lt 5 ]; then
 cat <<EOF
 Usage: test_smbclient_auth.sh SERVER SERVER_IP USERNAME PASSWORD SMBCLIENT <smbclient arguments>
 EOF