From b9b8b689ce2f914b3617cdd907d139d6e2cc053a Mon Sep 17 00:00:00 2001 From: Bartosz Golaszewski Date: Thu, 22 Jun 2023 09:32:39 +0200 Subject: [PATCH] tools: tests: remove a stray newline There's an unnecessary double newline in one of the test cases. Drop it. Signed-off-by: Bartosz Golaszewski --- tools/gpio-tools-test.bash | 1 - 1 file changed, 1 deletion(-) diff --git a/tools/gpio-tools-test.bash b/tools/gpio-tools-test.bash index fb860b4..b71b5d5 100755 --- a/tools/gpio-tools-test.bash +++ b/tools/gpio-tools-test.bash @@ -2665,7 +2665,6 @@ test_gpionotify_with_idle_timeout() { # redirect, as gpionotify exits dut_run_redirect gpionotify --idle-timeout 10ms --chip $sim0 3 4 - dut_wait status_is 0 dut_read_redirect -- 2.30.2