tools: tests: don't use variables in printf format string
authorKent Gibson <warthog618@gmail.com>
Mon, 3 Jun 2024 11:56:25 +0000 (19:56 +0800)
committerBartosz Golaszewski <bartosz.golaszewski@linaro.org>
Mon, 3 Jun 2024 12:02:35 +0000 (14:02 +0200)
commit45f2d4ba38852b611bc4bf622b2582de85b0ab91
treea5226ce9d0261f769c599d071514b7e0400fb6c2
parent48f634ab57e8b2c0173a4138737895bee070c493
tools: tests: don't use variables in printf format string

Fix shellcheck SC2059[1] - don't use variables in the printf format
string.

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

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