From: Karel Zak Date: Tue, 18 Feb 2025 16:55:36 +0000 (+0100) Subject: tests: mark lsns/filer as TS_KNOWN_FAIL X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=d2dadb78081989e1750423962eaf0aa79f222cc5;p=thirdparty%2Futil-linux.git tests: mark lsns/filer as TS_KNOWN_FAIL Let's make the test more robust for stable/ branch. Addresses: https://github.com/util-linux/util-linux/pull/3205 Signed-off-by: Karel Zak (cherry picked from commit f589580816220bd70ec5970b41006e1adc82bcf7) --- diff --git a/tests/ts/lsns/filter b/tests/ts/lsns/filter index 88029680c..d4b9fb4a1 100755 --- a/tests/ts/lsns/filter +++ b/tests/ts/lsns/filter @@ -23,6 +23,9 @@ TS_DESC="-Q, --filter option" ts_init "$*" +# https://github.com/util-linux/util-linux/pull/3205 +TS_KNOWN_FAIL="yes" + ts_check_test_command "$TS_CMD_LSNS" ts_check_test_command "$TS_CMD_LSFD"