From: Karel Zak Date: Mon, 5 Feb 2018 10:58:09 +0000 (+0100) Subject: tests: add mpool blkid test image X-Git-Tag: v2.32-rc1~22 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=73f617ca638dedb5b6545555837b638782b86ed2;p=thirdparty%2Futil-linux.git tests: add mpool blkid test image Signed-off-by: Karel Zak --- diff --git a/tests/expected/blkid/low-probe-mpool b/tests/expected/blkid/low-probe-mpool new file mode 100644 index 0000000000..f703ef06f2 --- /dev/null +++ b/tests/expected/blkid/low-probe-mpool @@ -0,0 +1,6 @@ +ID_FS_LABEL=mp1 +ID_FS_LABEL_ENC=mp1 +ID_FS_TYPE=mpool +ID_FS_USAGE=filesystem +ID_FS_UUID=2dfca1ea-651e-4694-976f-14654b0a8a83 +ID_FS_UUID_ENC=2dfca1ea-651e-4694-976f-14654b0a8a83 diff --git a/tests/ts/blkid/images-fs/mpool.img.xz b/tests/ts/blkid/images-fs/mpool.img.xz new file mode 100644 index 0000000000..4bfefdedb7 Binary files /dev/null and b/tests/ts/blkid/images-fs/mpool.img.xz differ