From: Masatake YAMATO Date: Sun, 17 Sep 2023 23:28:25 +0000 (+0900) Subject: tests: (lsfd) show the entry for mqueue in /proc/self/mountinfo X-Git-Tag: v2.40-rc1~237^2~1 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=c28ec017d279bb97d99d349a90fda114886e16a8;p=thirdparty%2Futil-linux.git tests: (lsfd) show the entry for mqueue in /proc/self/mountinfo The entry is useful debugging the lsfd and the test case for mqueue. Signed-off-by: Masatake YAMATO --- diff --git a/tests/ts/lsfd/mkfds-mqueue b/tests/ts/lsfd/mkfds-mqueue index fac1a793f6..bd2213263b 100755 --- a/tests/ts/lsfd/mkfds-mqueue +++ b/tests/ts/lsfd/mkfds-mqueue @@ -72,6 +72,7 @@ ENDPOINTS= echo 'ENDPOINTS[STR]:' $? echo 'ENDPOINTS:' "$ENDPOINTS" echo 'lsfd:' "$tmp" + grep mqueue /proc/self/mountinfo fi echo DONE >&"${MKFDS[1]}"