]> git.ipfire.org Git - thirdparty/util-linux.git/commitdiff
libblkid: squashfs3: add testcase
authorThomas Weißschuh <thomas@t-8ch.de>
Wed, 26 Oct 2022 14:31:17 +0000 (16:31 +0200)
committerThomas Weißschuh <thomas@t-8ch.de>
Wed, 26 Oct 2022 14:36:06 +0000 (16:36 +0200)
tests/expected/blkid/low-probe-squashfs3 [new file with mode: 0644]
tests/ts/blkid/images-fs/squashfs3.img.xz [new file with mode: 0755]

diff --git a/tests/expected/blkid/low-probe-squashfs3 b/tests/expected/blkid/low-probe-squashfs3
new file mode 100644 (file)
index 0000000..7ff6f3c
--- /dev/null
@@ -0,0 +1,5 @@
+ID_FS_BLOCK_SIZE=1024
+ID_FS_FSBLOCKSIZE=1024
+ID_FS_TYPE=squashfs3
+ID_FS_USAGE=filesystem
+ID_FS_VERSION=3.1
diff --git a/tests/ts/blkid/images-fs/squashfs3.img.xz b/tests/ts/blkid/images-fs/squashfs3.img.xz
new file mode 100755 (executable)
index 0000000..8b2e15d
Binary files /dev/null and b/tests/ts/blkid/images-fs/squashfs3.img.xz differ