summaryrefslogtreecommitdiff
path: root/testprogs
diff options
context:
space:
mode:
authorAndreas Schneider <asn@samba.org>2022-06-13 15:57:35 +0200
committerPavel Filipensky <pfilipensky@samba.org>2022-08-22 20:35:36 +0000
commitd9ebb77c11e11cf0d3cbbbc6943d5941c89a004a (patch)
tree7a02a434c0197da275e22843baf2c426133ea642 /testprogs
parent1e4ea99e5ff0332e1409d7c1789fa92fd00d0818 (diff)
downloadsamba-d9ebb77c11e11cf0d3cbbbc6943d5941c89a004a.tar.gz
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 <asn@samba.org> Reviewed-by: Pavel Filipenský <pfilipensky@samba.org>
Diffstat (limited to 'testprogs')
-rwxr-xr-xtestprogs/blackbox/test_kpasswd_heimdal.sh2
1 files changed, 1 insertions, 1 deletions
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