]> git.ipfire.org Git - thirdparty/util-linux.git/commit
tests: (lsfd::mkfds-multiplexing) skip if /proc/$pid/syscall is broken
authorMasatake YAMATO <yamato@redhat.com>
Thu, 4 Apr 2024 19:00:45 +0000 (04:00 +0900)
committerMasatake YAMATO <yamato@redhat.com>
Thu, 4 Apr 2024 19:00:45 +0000 (04:00 +0900)
commite199a933058ae052b1dfa2fcb457791f47b60b11
tree72d715c322efadf832a333e48a7ebaffdab3f4b7
parentc15085d00d88bf0cfb9043214d44ee542297d9ef
tests: (lsfd::mkfds-multiplexing) skip if /proc/$pid/syscall is broken

Close #2867
Close #2887

We should skip the test case on the platforms where /proc/$pid/syscall
doesn't report correct system call number. On such platforms,

Signed-off-by: Masatake YAMATO <yamato@redhat.com>
tests/ts/lsfd/mkfds-multiplexing