tools: tests: remove leftover echo
authorBartosz Golaszewski <bartosz.golaszewski@linaro.org>
Mon, 12 Dec 2022 09:35:10 +0000 (10:35 +0100)
committerBartosz Golaszewski <bartosz.golaszewski@linaro.org>
Mon, 12 Dec 2022 09:57:26 +0000 (10:57 +0100)
This looks like some unneeded leftover from the development that was
missed because bats intercepts all echo output.

Signed-off-by: Bartosz Golaszewski <bartosz.golaszewski@linaro.org>
Reviewed-by: Kent Gibson <warthog618@gmail.com>
tools/gpio-tools-test.bats

index bf7f3d6c1cc196d4f1afb045cc2b4c0733f5e72f..adbce945b94911ef8bfc395793a934061bcc2c68 100755 (executable)
@@ -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"