]> 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>
Mon, 8 Apr 2024 17:19:29 +0000 (02:19 +0900)
commit59f818429767d3b17d4accfb8819e7670ed840ca
treef82f95d16a92bd6078afb4957231e45f68688614
parent07aacb371470b5561f13b95e399e5ff77e417b8f
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>
(cherry picked from commit e199a933058ae052b1dfa2fcb457791f47b60b11)
tests/ts/lsfd/mkfds-multiplexing