diff options
| author | Stefan Metzmacher <metze@samba.org> | 2016-04-26 11:33:52 +0200 |
|---|---|---|
| committer | Stefan Metzmacher <metze@samba.org> | 2016-04-28 16:51:17 +0200 |
| commit | 70910334caa176bf98fece7d638ed599979dc173 (patch) | |
| tree | 89d80a7a418aacdcd11dfcf56bd3334a08027ce4 /source3/script | |
| parent | b8055cb42cadf48367867213a35635f3391c9b8d (diff) | |
| download | samba-70910334caa176bf98fece7d638ed599979dc173.tar.gz samba-70910334caa176bf98fece7d638ed599979dc173.tar.bz2 samba-70910334caa176bf98fece7d638ed599979dc173.zip | |
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>
Diffstat (limited to 'source3/script')
| -rwxr-xr-x | source3/script/tests/test_smbclient_auth.sh | 2 |
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 cc075b99f4f..16817724bfb 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 |
