From: Bartosz Golaszewski Date: Mon, 12 Dec 2022 09:35:10 +0000 (+0100) Subject: tools: tests: remove leftover echo X-Git-Url: http://git.maquefel.me/?a=commitdiff_plain;h=ffc27aa0e2ffeeaa4353e554383a4aae38e12663;p=qemu-gpiodev%2Flibgpiod.git tools: tests: remove leftover echo This looks like some unneeded leftover from the development that was missed because bats intercepts all echo output. Signed-off-by: Bartosz Golaszewski Reviewed-by: Kent Gibson --- diff --git a/tools/gpio-tools-test.bats b/tools/gpio-tools-test.bats index bf7f3d6..adbce94 100755 --- a/tools/gpio-tools-test.bats +++ b/tools/gpio-tools-test.bats @@ -392,7 +392,6 @@ request_release_line() { run_tool gpioinfo - echo "$output" output_contains_line "${GPIOSIM_CHIP_NAME[sim0]} - 4 lines:" output_contains_line "${GPIOSIM_CHIP_NAME[sim1]} - 8 lines:" output_regex_match "\\s+line\\s+0:\\s+unnamed\\s+input"