From: Karel Zak Date: Tue, 8 Dec 2020 09:52:20 +0000 (+0100) Subject: tests: (blkid) add erofs image X-Git-Tag: v2.37-rc1~239 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=5bc0378bfaa9f4a816d4839fc89ce8c050cd38ed;p=thirdparty%2Futil-linux.git tests: (blkid) add erofs image Signed-off-by: Karel Zak --- diff --git a/tests/expected/blkid/low-probe-erofs b/tests/expected/blkid/low-probe-erofs new file mode 100644 index 0000000000..1d1600fa08 --- /dev/null +++ b/tests/expected/blkid/low-probe-erofs @@ -0,0 +1,5 @@ +ID_FS_BLOCK_SIZE=4096 +ID_FS_TYPE=erofs +ID_FS_USAGE=filesystem +ID_FS_UUID=2375febf-f260-479d-ade7-952494047cb4 +ID_FS_UUID_ENC=2375febf-f260-479d-ade7-952494047cb4 diff --git a/tests/ts/blkid/images-fs/erofs.img.xz b/tests/ts/blkid/images-fs/erofs.img.xz new file mode 100644 index 0000000000..4087344322 Binary files /dev/null and b/tests/ts/blkid/images-fs/erofs.img.xz differ