From: Thomas Weißschuh Date: Wed, 20 May 2026 07:54:36 +0000 (+0200) Subject: lsfd: (tests) drop suffix variable in lsfd_check_sockdiag X-Git-Url: http://git.ipfire.org/gitweb/index.cgi?a=commitdiff_plain;h=ea8f99c00f2b55b6fa2b31b68c74a6f652d2eca4;p=thirdparty%2Futil-linux.git lsfd: (tests) drop suffix variable in lsfd_check_sockdiag It is not used anymore. Signed-off-by: Thomas Weißschuh --- diff --git a/tests/ts/lsfd/lsfd-functions.bash b/tests/ts/lsfd/lsfd-functions.bash index 29229b343..167e42114 100644 --- a/tests/ts/lsfd/lsfd-functions.bash +++ b/tests/ts/lsfd/lsfd-functions.bash @@ -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 ;;