]> git.ipfire.org Git - thirdparty/util-linux.git/commitdiff
libblkid: ext4: add test
authorThomas Weißschuh <thomas@t-8ch.de>
Sat, 5 Nov 2022 00:37:09 +0000 (01:37 +0100)
committerThomas Weißschuh <thomas@t-8ch.de>
Sat, 5 Nov 2022 01:21:17 +0000 (02:21 +0100)
tests/expected/blkid/low-probe-ext4 [new file with mode: 0644]
tests/ts/blkid/images-fs/ext4.img.xz [new file with mode: 0644]

diff --git a/tests/expected/blkid/low-probe-ext4 b/tests/expected/blkid/low-probe-ext4
new file mode 100644 (file)
index 0000000..95e6a6d
--- /dev/null
@@ -0,0 +1,11 @@
+ID_FS_BLOCK_SIZE=1024
+ID_FS_FSBLOCKSIZE=1024
+ID_FS_FSLASTBLOCK=65536
+ID_FS_FSSIZE=67108864
+ID_FS_LABEL=test-ext4
+ID_FS_LABEL_ENC=test-ext4
+ID_FS_TYPE=ext4
+ID_FS_USAGE=filesystem
+ID_FS_UUID=ada110f6-bd6d-49db-955d-342c27627b61
+ID_FS_UUID_ENC=ada110f6-bd6d-49db-955d-342c27627b61
+ID_FS_VERSION=1.0
diff --git a/tests/ts/blkid/images-fs/ext4.img.xz b/tests/ts/blkid/images-fs/ext4.img.xz
new file mode 100644 (file)
index 0000000..7dbfd70
Binary files /dev/null and b/tests/ts/blkid/images-fs/ext4.img.xz differ