From f83d13897f8de71729e7fae597a874dfef7b5831 Mon Sep 17 00:00:00 2001 From: Stefan Metzmacher Date: Tue, 26 Apr 2016 11:33:52 +0200 Subject: [PATCH] s3:test_smbclient_auth.sh: this script reqiures 5 arguments MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit BUG: https://bugzilla.samba.org/show_bug.cgi?id=11849 Signed-off-by: Stefan Metzmacher Reviewed-by: Andreas Schneider Reviewed-by: Günther Deschner (cherry picked from commit 70910334caa176bf98fece7d638ed599979dc173) --- source3/script/tests/test_smbclient_auth.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 2.47.2