From: Masatake YAMATO Date: Wed, 19 Apr 2023 00:53:12 +0000 (+0900) Subject: lsfd: skip test option-inet in qemu-user X-Git-Tag: v2.39-rc3~13 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=26c699be13a2af037189ca59a29d11da504ffe71;p=thirdparty%2Futil-linux.git lsfd: skip test option-inet in qemu-user The option-inet test case has not run because it was incorrectly kept as non-executable. Mark the test case as "skip" in qmeu-user before making the test case executable because we already know the case fails on qmeu-user. A fix on qmeu-user may come later. Signed-off-by: Masatake YAMATO --- diff --git a/tests/ts/lsfd/option-inet b/tests/ts/lsfd/option-inet index 20588af8f9..21e66f7004 100644 --- a/tests/ts/lsfd/option-inet +++ b/tests/ts/lsfd/option-inet @@ -19,6 +19,7 @@ TS_DESC="--inet option" . "$TS_TOPDIR"/functions.sh ts_init "$*" +ts_skip_qemu_user ts_check_test_command "$TS_CMD_LSFD" ts_check_test_command "$TS_HELPER_MKFDS"