mbox series

[libgpiod,0/4] tools: tests: fix a few issues in bash scripts

Message ID 20240524-fix-bash-tests-v1-0-1397c73073a6@linaro.org
Headers show
Series tools: tests: fix a few issues in bash scripts | expand

Message

Bartosz Golaszewski May 24, 2024, 6:03 p.m. UTC
Fix a few issues with tools tests reported by Andy.

Signed-off-by: Bartosz Golaszewski <bartosz.golaszewski@linaro.org>
---
Bartosz Golaszewski (4):
      tools: tests: use tabs for indentation consistently
      tools: tests: use $@ instead of $*
      tools: tests: remove unneeded ';' in while loops
      tools: tests: remove dependency on grep

 tools/gpio-tools-test.bash | 33 ++++++++++++++++-----------------
 1 file changed, 16 insertions(+), 17 deletions(-)
---
base-commit: 27fe10150f6d5fa78d1a1ef1e922dc8395d1154d
change-id: 20240524-fix-bash-tests-545bf26447b3

Best regards,