From 2b5eb3cd2d85eb6d803561fca00601b0e8a3f803 Mon Sep 17 00:00:00 2001 From: bol-van Date: Sun, 7 Dec 2025 14:31:56 +0300 Subject: [PATCH] blockcheck2: remove newline print if test function absent --- blockcheck2.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/blockcheck2.sh b/blockcheck2.sh index cbd4b13..44f3624 100755 --- a/blockcheck2.sh +++ b/blockcheck2.sh @@ -1199,8 +1199,8 @@ test_runner() [ -f "$script" ] || continue unset -f $FUNC . "$script" - echo existf $FUNC && { + echo echo "* script : $TEST/$(basename "$script")" $FUNC "$@" }