summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorStefan Metzmacher <metze@samba.org>2016-04-26 11:33:52 +0200
committerKarolin Seeger <kseeger@samba.org>2016-04-29 12:06:26 +0200
commitf83d13897f8de71729e7fae597a874dfef7b5831 (patch)
tree2bec0914fa10549812d9158f44dc97d7b94fc154
parent89bc1eb369c6ad36d7605ed328fe91f40ce659a7 (diff)
downloadsamba-f83d13897f8de71729e7fae597a874dfef7b5831.tar.gz
s3:test_smbclient_auth.sh: this script reqiures 5 arguments
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> (cherry picked from commit 70910334caa176bf98fece7d638ed599979dc173)
-rwxr-xr-xsource3/script/tests/test_smbclient_auth.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/source3/script/tests/test_smbclient_auth.sh b/source3/script/tests/test_smbclient_auth.sh
index 2402f737287..18fff75123b 100755
--- a/source3/script/tests/test_smbclient_auth.sh
+++ b/source3/script/tests/test_smbclient_auth.sh
@@ -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