From: Masatake YAMATO Date: Wed, 26 Oct 2022 17:14:27 +0000 (+0900) Subject: tests: (lsfd) add comments about the reason using ts_skip_qemu_user() X-Git-Tag: v2.39-rc1~52^2~6 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=103e235fef8f1f258dca0e77597bd9ce03f11d43;p=thirdparty%2Futil-linux.git tests: (lsfd) add comments about the reason using ts_skip_qemu_user() Signed-off-by: Masatake YAMATO --- 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