]> err.no Git - util-linux/commitdiff
blkid: add reg.tests for HFS and HFS+
authorKarel Zak <kzak@redhat.com>
Mon, 26 Jan 2009 14:07:28 +0000 (15:07 +0100)
committerKarel Zak <kzak@redhat.com>
Wed, 11 Feb 2009 22:35:24 +0000 (23:35 +0100)
Signed-off-by: Karel Zak <kzak@redhat.com>
tests/expected/blkid/low-probe-hfs [new file with mode: 0644]
tests/expected/blkid/low-probe-hfsplus [new file with mode: 0644]
tests/ts/blkid/images/hfs.img.bz2 [new file with mode: 0644]
tests/ts/blkid/images/hfsplus.img.bz2 [new file with mode: 0644]

diff --git a/tests/expected/blkid/low-probe-hfs b/tests/expected/blkid/low-probe-hfs
new file mode 100644 (file)
index 0000000..d4cbb5c
--- /dev/null
@@ -0,0 +1,4 @@
+ID_FS_LABEL=BBB
+ID_FS_LABEL_ENC=BBB
+ID_FS_TYPE=hfs
+ID_FS_USAGE=filesystem
diff --git a/tests/expected/blkid/low-probe-hfsplus b/tests/expected/blkid/low-probe-hfsplus
new file mode 100644 (file)
index 0000000..f54b59f
--- /dev/null
@@ -0,0 +1,4 @@
+ID_FS_LABEL=123456789ABCDE
+ID_FS_LABEL_ENC=123456789ABCDE
+ID_FS_TYPE=hfsplus
+ID_FS_USAGE=filesystem
diff --git a/tests/ts/blkid/images/hfs.img.bz2 b/tests/ts/blkid/images/hfs.img.bz2
new file mode 100644 (file)
index 0000000..d4fc1ab
Binary files /dev/null and b/tests/ts/blkid/images/hfs.img.bz2 differ
diff --git a/tests/ts/blkid/images/hfsplus.img.bz2 b/tests/ts/blkid/images/hfsplus.img.bz2
new file mode 100644 (file)
index 0000000..b6ad1b9
Binary files /dev/null and b/tests/ts/blkid/images/hfsplus.img.bz2 differ