summaryrefslogtreecommitdiff
path: root/tests/expected/blkid/low-probe-ext2
Commit message (Collapse)AuthorAgeFilesLines
* libblkid: add FSSIZE implementation for btrfs and extAndrey Albershteyn2022-06-021-0/+1
| | | | | | | | | The implementation does not take into account complete metadata overhead. The BTRFS one doesn't consider redundant data in RAID configuration. The ext one doesn't take into account file system overhead. Signed-off-by: Andrey Albershteyn <aalbersh@redhat.com>
* libblkid: add FSBLOCKSIZE tagAndrey Albershteyn2022-05-271-0/+1
| | | | | | | | The FSBLOCKSIZE tag exposes file system block size in contrast to the BLOCK_SIZE (unfortunate name) which returns minimal accessible block size (sector size). Signed-off-by: Andrey Albershteyn <aalbersh@redhat.com>
* blkid: add tests for FSLASTBLOCK tagAndrey Albershteyn2022-05-021-0/+1
| | | | Signed-off-by: Andrey Albershteyn <aalbersh@redhat.com>
* tests: (blkid) update regression tests (due to BLOCK_SIZE)Karel Zak2019-09-021-0/+1
| | | | Signed-off-by: Karel Zak <kzak@redhat.com>
* tests: use POSIX localeYann Droneaud2010-03-311-1/+1
| | | | | | | Since not everyone have en_US.UTF-8 locale, default to POSIX locale. This changes default sort order, so some expected results were updated. Signed-off-by: Yann Droneaud <yann@droneaud.fr>
* tests: add libblkid regression tests (images from e2fsprogs)Karel Zak2009-02-111-0/+7
- adds basic infrastructure for blkid regression tests - imports test images from e2fsprogs (all tests PASS!:-) Signed-off-by: Karel Zak <kzak@redhat.com>