]> git.ipfire.org Git - thirdparty/util-linux.git/commitdiff
lsfd: skip test option-inet in qemu-user
authorMasatake YAMATO <yamato@redhat.com>
Wed, 19 Apr 2023 00:53:12 +0000 (09:53 +0900)
committerMasatake YAMATO <yamato@redhat.com>
Wed, 19 Apr 2023 00:53:19 +0000 (09:53 +0900)
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 <yamato@redhat.com>
tests/ts/lsfd/option-inet

index 20588af8f906bddff2c98dce59b58a70a6559b6a..21e66f700424f4c38a7fea65b149e3c5eef707ef 100644 (file)
@@ -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"