From: Volker Lendecke Date: Tue, 14 Jan 2020 12:10:05 +0000 (+0100) Subject: test3: Fix usage check for test_sharesec.sh X-Git-Tag: ldb-2.1.0~10 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=be0a5ab852a66a041f0d6c6a96abbe296476b13a;p=thirdparty%2Fsamba.git test3: Fix usage check for test_sharesec.sh Signed-off-by: Volker Lendecke Reviewed-by: Jeremy Allison --- diff --git a/source3/script/tests/test_sharesec.sh b/source3/script/tests/test_sharesec.sh index 74a2e5f55c9..ce1ada53e36 100755 --- a/source3/script/tests/test_sharesec.sh +++ b/source3/script/tests/test_sharesec.sh @@ -9,7 +9,7 @@ # # Copyright (C) 2015, 2019 Christof Schmitt -if [ $# -lt 3 ]; then +if [ $# -lt 4 ]; then echo Usage: test_sharesec.sh SERVERCONFFILE SHARESEC NET SHARE exit 1 fi