From 103e235fef8f1f258dca0e77597bd9ce03f11d43 Mon Sep 17 00:00:00 2001 From: Masatake YAMATO Date: Thu, 27 Oct 2022 02:14:27 +0900 Subject: [PATCH] tests: (lsfd) add comments about the reason using ts_skip_qemu_user() Signed-off-by: Masatake YAMATO --- tests/ts/lsfd/mkfds-ro-block-device | 2 ++ 1 file changed, 2 insertions(+) diff --git a/tests/ts/lsfd/mkfds-ro-block-device b/tests/ts/lsfd/mkfds-ro-block-device index 598260b14e..00ad6c00fc 100755 --- a/tests/ts/lsfd/mkfds-ro-block-device +++ b/tests/ts/lsfd/mkfds-ro-block-device @@ -20,6 +20,8 @@ TS_DESC="block device with O_RDONLY" . "$TS_TOPDIR"/functions.sh ts_init "$*" ts_skip_nonroot + +# losetup cannot find an unused loop device. ts_skip_qemu_user . "$TS_SELF"/lsfd-functions.bash -- 2.47.2