From c28ec017d279bb97d99d349a90fda114886e16a8 Mon Sep 17 00:00:00 2001 From: Masatake YAMATO Date: Mon, 18 Sep 2023 08:28:25 +0900 Subject: [PATCH] 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 --- tests/ts/lsfd/mkfds-mqueue | 1 + 1 file changed, 1 insertion(+) 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]}" -- 2.47.3