]> git.ipfire.org Git - thirdparty/util-linux.git/commit
tests: Add tests for FAT32 labels
authorPali Rohár <pali.rohar@gmail.com>
Sat, 25 Nov 2017 11:49:27 +0000 (12:49 +0100)
committerPali Rohár <pali.rohar@gmail.com>
Sat, 25 Nov 2017 11:49:27 +0000 (12:49 +0100)
commit6687cfded9cafb73506087c6382b5c5d64a6953c
tree5ec2690efa4f339632fb81e668d6fdd55eb99132
parent0d2e8ff94d0b222b3831fb31f1268dbcd566f30c
tests: Add tests for FAT32 labels

These FAT32 images were generated for FAT label test suite in October 2017.
Now blkid reports same FAT32 label as MS-DOS 6, 7 and Windows 98, XP, 10.

For more information about test result see email:
https://www.spinics.net/lists/kernel/msg2640891.html

Signed-off-by: Pali Rohár <pali.rohar@gmail.com>
39 files changed:
tests/expected/blkid/low-probe-fat
tests/expected/blkid/low-probe-fat32_cp850_O_tilde
tests/expected/blkid/low-probe-fat32_mkdosfs_label1 [new file with mode: 0644]
tests/expected/blkid/low-probe-fat32_mkdosfs_label1_dosfslabel_NO_NAME [new file with mode: 0644]
tests/expected/blkid/low-probe-fat32_mkdosfs_label1_dosfslabel_empty [new file with mode: 0644]
tests/expected/blkid/low-probe-fat32_mkdosfs_label1_dosfslabel_label2 [new file with mode: 0644]
tests/expected/blkid/low-probe-fat32_mkdosfs_label1_mlabel_NO_NAME [new file with mode: 0644]
tests/expected/blkid/low-probe-fat32_mkdosfs_label1_mlabel_erase [new file with mode: 0644]
tests/expected/blkid/low-probe-fat32_mkdosfs_label1_xp_erase [new file with mode: 0644]
tests/expected/blkid/low-probe-fat32_mkdosfs_label1_xp_label2 [new file with mode: 0644]
tests/expected/blkid/low-probe-fat32_mkdosfs_none [new file with mode: 0644]
tests/expected/blkid/low-probe-fat32_mkdosfs_none_dosfslabel_NO_NAME [new file with mode: 0644]
tests/expected/blkid/low-probe-fat32_mkdosfs_none_dosfslabel_label1 [new file with mode: 0644]
tests/expected/blkid/low-probe-fat32_mkdosfs_none_dosfslabel_label1_xp_label2 [new file with mode: 0644]
tests/expected/blkid/low-probe-fat32_mkdosfs_none_xp_label1 [new file with mode: 0644]
tests/expected/blkid/low-probe-fat32_mkdosfs_none_xp_label1_dosfslabel_label2 [new file with mode: 0644]
tests/expected/blkid/low-probe-fat32_xp_label1 [new file with mode: 0644]
tests/expected/blkid/low-probe-fat32_xp_none [new file with mode: 0644]
tests/expected/blkid/low-probe-fat32_xp_none_dosfslabel_label1 [new file with mode: 0644]
tests/expected/blkid/low-probe-fat32_xp_none_mlabel_label1 [new file with mode: 0644]
tests/expected/blkid/low-probe-small-fat32
tests/ts/blkid/images-fs/fat32_mkdosfs_label1.img.xz [new file with mode: 0644]
tests/ts/blkid/images-fs/fat32_mkdosfs_label1_dosfslabel_NO_NAME.img.xz [new file with mode: 0644]
tests/ts/blkid/images-fs/fat32_mkdosfs_label1_dosfslabel_empty.img.xz [new file with mode: 0644]
tests/ts/blkid/images-fs/fat32_mkdosfs_label1_dosfslabel_label2.img.xz [new file with mode: 0644]
tests/ts/blkid/images-fs/fat32_mkdosfs_label1_mlabel_NO_NAME.img.xz [new file with mode: 0644]
tests/ts/blkid/images-fs/fat32_mkdosfs_label1_mlabel_erase.img.xz [new file with mode: 0644]
tests/ts/blkid/images-fs/fat32_mkdosfs_label1_xp_erase.img.xz [new file with mode: 0644]
tests/ts/blkid/images-fs/fat32_mkdosfs_label1_xp_label2.img.xz [new file with mode: 0644]
tests/ts/blkid/images-fs/fat32_mkdosfs_none.img.xz [new file with mode: 0644]
tests/ts/blkid/images-fs/fat32_mkdosfs_none_dosfslabel_NO_NAME.img.xz [new file with mode: 0644]
tests/ts/blkid/images-fs/fat32_mkdosfs_none_dosfslabel_label1.img.xz [new file with mode: 0644]
tests/ts/blkid/images-fs/fat32_mkdosfs_none_dosfslabel_label1_xp_label2.img.xz [new file with mode: 0644]
tests/ts/blkid/images-fs/fat32_mkdosfs_none_xp_label1.img.xz [new file with mode: 0644]
tests/ts/blkid/images-fs/fat32_mkdosfs_none_xp_label1_dosfslabel_label2.img.xz [new file with mode: 0644]
tests/ts/blkid/images-fs/fat32_xp_label1.img.xz [new file with mode: 0644]
tests/ts/blkid/images-fs/fat32_xp_none.img.xz [new file with mode: 0644]
tests/ts/blkid/images-fs/fat32_xp_none_dosfslabel_label1.img.xz [new file with mode: 0644]
tests/ts/blkid/images-fs/fat32_xp_none_mlabel_label1.img.xz [new file with mode: 0644]