]> git.ipfire.org Git - thirdparty/util-linux.git/commitdiff
lsfd: (tests) drop suffix variable in lsfd_check_sockdiag
authorThomas Weißschuh <thomas@t-8ch.de>
Wed, 20 May 2026 07:54:36 +0000 (09:54 +0200)
committerThomas Weißschuh <thomas@t-8ch.de>
Wed, 20 May 2026 07:55:17 +0000 (09:55 +0200)
It is not used anymore.

Signed-off-by: Thomas Weißschuh <thomas@t-8ch.de>
tests/ts/lsfd/lsfd-functions.bash

index 29229b343b48e1870617e16d2684cb6891d4833a..167e421149927fc6de5d5e53a84fc82dababf207 100644 (file)
@@ -106,11 +106,9 @@ function lsfd_check_mkfds_factory
 function lsfd_check_sockdiag
 {
        local is_subtest
-       local suffix=
 
        case "$1" in
            (--subtest)
-               suffix=_subtest
                is_subtest=1
                shift
                ;;