]> git.ipfire.org Git - thirdparty/util-linux.git/commitdiff
lsfd: skip test mkfds-netns in qemu-user
authorThomas Weißschuh <thomas@t-8ch.de>
Sat, 4 Feb 2023 02:09:28 +0000 (02:09 +0000)
committerThomas Weißschuh <thomas@t-8ch.de>
Sat, 4 Feb 2023 02:10:10 +0000 (02:10 +0000)
qemu-user does not implement ioctl(SIOCGSKNS)

Signed-off-by: Thomas Weißschuh <thomas@t-8ch.de>
tests/ts/lsfd/mkfds-netns

index 11a312a78d6cef64b77d9d7346dbd48e940fb80b..4248fda6818438a78ac27d80b6dd743442c1da52 100644 (file)
@@ -20,6 +20,7 @@ TS_DESC="netns associated with a fd"
 . "$TS_TOPDIR"/functions.sh
 ts_init "$*"
 ts_skip_nonroot
+ts_skip_qemu_user
 
 ts_check_test_command "$TS_CMD_LSFD"
 ts_check_test_command "$TS_HELPER_MKFDS"