blockcheck2: remove newline print if test function absent

This commit is contained in:
bol-van
2025-12-07 14:31:56 +03:00
parent 2c35e8949a
commit 2b5eb3cd2d
+1 -1
View File
@@ -1199,8 +1199,8 @@ test_runner()
[ -f "$script" ] || continue
unset -f $FUNC
. "$script"
echo
existf $FUNC && {
echo
echo "* script : $TEST/$(basename "$script")"
$FUNC "$@"
}