From ffd3246022c936a710e9eca8e20ad8942d4bb8f6 Mon Sep 17 00:00:00 2001 From: Masatake YAMATO Date: Thu, 20 Apr 2023 07:48:11 +0900 Subject: [PATCH] tests: (lsfd) add losetup as a required cmd Signed-off-by: Masatake YAMATO --- tests/ts/lsfd/mkfds-ro-block-device | 1 + 1 file changed, 1 insertion(+) diff --git a/tests/ts/lsfd/mkfds-ro-block-device b/tests/ts/lsfd/mkfds-ro-block-device index 5701aea479..e5d108d8c2 100755 --- a/tests/ts/lsfd/mkfds-ro-block-device +++ b/tests/ts/lsfd/mkfds-ro-block-device @@ -28,6 +28,7 @@ ts_skip_qemu_user ts_check_test_command "$TS_CMD_LSFD" +ts_check_test_command "$TS_CMD_LOSETUP" ts_check_test_command "$TS_HELPER_MKFDS" ts_cd "$TS_OUTDIR" -- 2.47.2