From: Christian Goeschel Ndjomouo Date: Fri, 10 Apr 2026 03:48:35 +0000 (-0400) Subject: tests: (run.sh) remove unused variable X-Git-Url: http://git.ipfire.org/index.cgi?a=commitdiff_plain;h=2eddc86ed19074ae3f323a869a79dfe8a27f7bb7;p=thirdparty%2Futil-linux.git tests: (run.sh) remove unused variable Signed-off-by: Christian Goeschel Ndjomouo --- diff --git a/tests/run.sh b/tests/run.sh index 9f06e691a..3500abe2f 100755 --- a/tests/run.sh +++ b/tests/run.sh @@ -243,8 +243,7 @@ if [ "$paraller_jobs" -ne 1 ]; then OPTS="$OPTS --parallel" fi -count=0 -mkdir -p $top_builddir/tests/ +mkdir -p "$top_builddir"/tests/ >| $top_builddir/tests/failures printf "%s\n" ${comps[*]} | sort |