From: Andreas Schneider Date: Mon, 13 Jun 2022 13:57:35 +0000 (+0200) Subject: testprogs: Fix shellcheck errors in test_kpasswd_heimdal.sh X-Git-Tag: talloc-2.4.0~1349 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=d9ebb77c11e11cf0d3cbbbc6943d5941c89a004a;p=thirdparty%2Fsamba.git testprogs: Fix shellcheck errors in test_kpasswd_heimdal.sh testprogs/blackbox/test_kpasswd_heimdal.sh:46:57: error: Double quote array expansions to avoid re-splitting elements. [SC2068] Signed-off-by: Andreas Schneider Reviewed-by: Pavel Filipenský --- diff --git a/testprogs/blackbox/test_kpasswd_heimdal.sh b/testprogs/blackbox/test_kpasswd_heimdal.sh index 0585e7b4d69..b401eec9ba8 100755 --- a/testprogs/blackbox/test_kpasswd_heimdal.sh +++ b/testprogs/blackbox/test_kpasswd_heimdal.sh @@ -45,7 +45,7 @@ do_kinit() password="$2" shift shift - kerberos_kinit "$samba_kinit" "$principal" "$password" $@ + kerberos_kinit "$samba_kinit" "$principal" "$password" "$@" } UID_WRAPPER_ROOT=1