s3:script: Fix shellcheck errors in dlopen.sh
authorAndreas Schneider <asn@samba.org>
Thu, 24 Feb 2022 10:36:58 +0000 (11:36 +0100)
committerAndreas Schneider <asn@samba.org>
Fri, 15 Jul 2022 13:32:37 +0000 (15:32 +0200)
commit98cc91e12ebb110198a66c230c01ecc258e6a868
tree09d7beda717a03a99cd507093fa6ddbb401fff58
parent5b69328d99e3ac02821c51b4d9e7a9534fcb1dbf
s3:script: Fix shellcheck errors in dlopen.sh

source3/script/tests/dlopen.sh:51:12: error: Double quote array
expansions to avoid re-splitting elements. [SC2068]

Signed-off-by: Andreas Schneider <asn@samba.org>
source3/script/tests/dlopen.sh