tools: tests: don't mix string and array
authorKent Gibson <warthog618@gmail.com>
Mon, 3 Jun 2024 11:56:21 +0000 (19:56 +0800)
committerBartosz Golaszewski <bartosz.golaszewski@linaro.org>
Mon, 3 Jun 2024 12:02:35 +0000 (14:02 +0200)
commitee9751a07dee230229e4b85dde14c600397e026d
tree96fc21447fd4ef6818186bcd6e3566e7370c7051
parent95a2eb76bf634264e56523d3215d1be6c42761f0
tools: tests: don't mix string and array

Fix shellcheck SC2145[1] - argument mixes string and array.

Separate the command from the array of arguments to avoid mixing.

[1] https://www.shellcheck.net/wiki/SC2145

Signed-off-by: Kent Gibson <warthog618@gmail.com>
Link: https://lore.kernel.org/r/20240603115628.102616-2-warthog618@gmail.com
Signed-off-by: Bartosz Golaszewski <bartosz.golaszewski@linaro.org>
tools/gpio-tools-test.bash