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>
. "$TS_TOPDIR"/functions.sh
ts_init "$*"
+ts_skip_qemu_user
+
ts_check_test_command "$TS_CMD_LSFD"
ts_check_test_command "$TS_CMD_FINDMNT"
ts_check_test_command "$TS_HELPER_MKFDS"
. "$TS_TOPDIR"/functions.sh
ts_init "$*"
+ts_skip_qemu_user
+
ts_check_test_command "$TS_CMD_LSFD"
ts_check_test_command "$TS_HELPER_MKFDS"