From: WanBingjiang Date: Mon, 30 Mar 2026 09:27:42 +0000 (+0800) Subject: tests: improve lsfd test X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=dfde9a255ce3c13bba99b42286860447b83e79d5;p=thirdparty%2Futil-linux.git tests: improve lsfd test The assoc-pidfs use the getino command. Set "TS_KNOWN_FAIL" if the condition are not met. Signed-off-by: WanBingjiang --- diff --git a/tests/ts/lsfd/assoc-pidfs b/tests/ts/lsfd/assoc-pidfs index 238d6cad7..f8576a8b3 100755 --- a/tests/ts/lsfd/assoc-pidfs +++ b/tests/ts/lsfd/assoc-pidfs @@ -20,6 +20,10 @@ TS_DESC="pidfs association" . "$TS_TOPDIR"/functions.sh ts_init "$*" +if ts_kernel_ver_lt 6 9; then + TS_KNOWN_FAIL="yes" +fi + ts_check_test_command "$TS_CMD_LSFD" ts_check_test_command "$TS_CMD_GETINO" ts_check_test_command "$TS_HELPER_MKFDS"