]> git.ipfire.org Git - thirdparty/util-linux.git/commitdiff
tests: (run.sh) remove unused variable
authorChristian Goeschel Ndjomouo <cgoesc2@wgu.edu>
Fri, 10 Apr 2026 03:48:35 +0000 (23:48 -0400)
committerChristian Goeschel Ndjomouo <cgoesc2@wgu.edu>
Fri, 10 Apr 2026 03:52:06 +0000 (23:52 -0400)
Signed-off-by: Christian Goeschel Ndjomouo <cgoesc2@wgu.edu>
tests/run.sh

index 9f06e691a0dbafb6ab53f4537aa2bde8f2703f5a..3500abe2f457152f245ce48f5f52daea561ecde7 100755 (executable)
@@ -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 |