Fix a few issues with tools tests reported by Andy. Signed-off-by: Bartosz Golaszewski <bartosz.golaszewski@xxxxxxxxxx> --- Changes in v2: - Use double quotes around $@ to prevent globbing but allow variable expansion - Link to v1: https://lore.kernel.org/r/20240524-fix-bash-tests-v1-0-1397c73073a6@xxxxxxxxxx --- 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, -- Bartosz Golaszewski <bartosz.golaszewski@xxxxxxxxxx>