tools: tests: shellcheck don't follow sourced file
authorKent Gibson <warthog618@gmail.com>
Mon, 3 Jun 2024 11:56:27 +0000 (19:56 +0800)
committerBartosz Golaszewski <bartosz.golaszewski@linaro.org>
Mon, 3 Jun 2024 12:02:35 +0000 (14:02 +0200)
commit2f140aed7d3cebb3dd67a31f8fd6846f3c5a480d
tree70d5781f4ca1c8aeb830179d7cf1526fd1da0e46
parent934adda1339707f4721af0a7a128e20737ed9986
tools: tests: shellcheck don't follow sourced file

Fix shellcheck SC1091 - not following.

Use a directive to prevent shellcheck complaining about sourcing
shunit2, which we don't care to check.

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

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