From: Andrey Albershteyn Date: Wed, 27 Apr 2022 15:29:27 +0000 (+0200) Subject: blkid: add image for btrfs testing X-Git-Tag: v2.39-rc1~676^2~1 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=bf64c83ec384e430d2dbf185863e80b55f047e6f;p=thirdparty%2Futil-linux.git blkid: add image for btrfs testing The btrfs is one of the popular filesystem which is supported by blkid. However, the image for 'low-probe' tests was missing. Add 115M BTRFS default image (mkfs.btrfs btrfs.img). Signed-off-by: Andrey Albershteyn --- diff --git a/tests/expected/blkid/low-probe-btrfs b/tests/expected/blkid/low-probe-btrfs new file mode 100644 index 0000000000..509fac378c --- /dev/null +++ b/tests/expected/blkid/low-probe-btrfs @@ -0,0 +1,7 @@ +ID_FS_BLOCK_SIZE=4096 +ID_FS_TYPE=btrfs +ID_FS_USAGE=filesystem +ID_FS_UUID=d4a78b72-55e4-4811-86a6-09af936d43f9 +ID_FS_UUID_ENC=d4a78b72-55e4-4811-86a6-09af936d43f9 +ID_FS_UUID_SUB=1e7603cb-d0be-4d8f-8972-9dddf7d5543c +ID_FS_UUID_SUB_ENC=1e7603cb-d0be-4d8f-8972-9dddf7d5543c diff --git a/tests/ts/blkid/images-fs/btrfs.img.xz b/tests/ts/blkid/images-fs/btrfs.img.xz new file mode 100644 index 0000000000..418833d420 Binary files /dev/null and b/tests/ts/blkid/images-fs/btrfs.img.xz differ