1
0
mirror of https://github.com/samba-team/samba.git synced 2025-01-24 02:04:21 +03:00

test3: Fix usage check for test_sharesec.sh

Signed-off-by: Volker Lendecke <vl@samba.org>
Reviewed-by: Jeremy Allison <jra@samba.org>
This commit is contained in:
Volker Lendecke 2020-01-14 13:10:05 +01:00 committed by Jeremy Allison
parent 46565a049e
commit be0a5ab852

View File

@ -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