Template
1
0
mirror of https://github.com/bol-van/zapret2.git synced 2026-03-14 06:13:09 +00:00

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

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 "$@"
}