]> git.ipfire.org Git - thirdparty/util-linux.git/commit
lsfd: (tests) skip tests using fd flags on qemu-user
authorThomas Weißschuh <thomas@t-8ch.de>
Mon, 29 Apr 2024 06:11:57 +0000 (08:11 +0200)
committerThomas Weißschuh <thomas@t-8ch.de>
Tue, 4 Jun 2024 18:57:21 +0000 (20:57 +0200)
commitdd8ef6c062fe0b11f2c3c0cc50270e97fde4c1e2
treebefe29f75bcd9d2331aca4ff7725417086dd2fdc
parentd7282ef8b3b030bbecee4264ae7674e0bf08d52c
lsfd: (tests) skip tests using fd flags on qemu-user

The flags value visible in /proc/$PID/fdinfo/ is encoded using the
platform the kernel is running on.
Not all platforms use the same numeric flag value,
making this cross-platform interpretation brittle.

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