]> git.ipfire.org Git - thirdparty/util-linux.git/commitdiff
tests: (lsfd) show the entry for mqueue in /proc/self/mountinfo
authorMasatake YAMATO <yamato@redhat.com>
Sun, 17 Sep 2023 23:28:25 +0000 (08:28 +0900)
committerMasatake YAMATO <yamato@redhat.com>
Mon, 18 Sep 2023 09:13:30 +0000 (18:13 +0900)
The entry is useful debugging the lsfd and the test case for mqueue.

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

index fac1a793f61212a7f1ee1073fb8f0003e70f102d..bd2213263bb165f2f57884a0367e6f98f2a7accb 100755 (executable)
@@ -72,6 +72,7 @@ ENDPOINTS=
            echo 'ENDPOINTS[STR]:' $?
            echo 'ENDPOINTS:' "$ENDPOINTS"
            echo 'lsfd:' "$tmp"
+           grep mqueue /proc/self/mountinfo
        fi
 
        echo DONE >&"${MKFDS[1]}"