summaryrefslogtreecommitdiffstats
path: root/tests/expected/cramfs
Commit message (Collapse)AuthorAgeFilesLines
* tests: rewrite fsck-bad-headerRuediger Meier2018-01-247-1/+174
| | | | | | | Fix test for systems with pagesize != 4096 Loop over many combinations of sizes, endianness and blocksizes. Signed-off-by: Ruediger Meier <ruediger.meier@ga-group.nl>
* fsck.cramfs: fix crash when superblock size is too smallRuediger Meier2018-01-241-2/+1Star
| | | | | | | | | | | This hopefully fixes the original problem addressed by the reverted patch 7cb962c7. The bug was introduced by myself in f991dbd3 "fsck.cramfs: allow smaller superblock sizes" CC: Tobias Stoeckmann <tobias@stoeckmann.org> Signed-off-by: Ruediger Meier <ruediger.meier@ga-group.nl>
* tests: add fsck.cramfs bad-header testKarel Zak2017-11-021-0/+2
| | | | Signed-off-by: Karel Zak <kzak@redhat.com>
* tests: cramfs, fix root groupRuediger Meier2016-03-071-2/+78
| | | | | | | | | | | | Sudo may login as group wheel or may use user's original group. Note that group 0 is not named "root" on all Unix systems. We have some more tests with similar issues but they are Linux-only (losetup, scsi_debug). We don't fix them unless somebody complains. BTW we use hexdump instead of md5sum. Signed-off-by: Ruediger Meier <ruediger.meier@ga-group.nl>
* tests: fix cramfs/mkfs for BE and different pagesizesRuediger Meier2015-04-021-1/+0Star
| | | | Signed-off-by: Ruediger Meier <ruediger.meier@ga-group.nl>
* tests: add mkfs.carmfs test for small FS with duplicate filesKarel Zak2011-11-231-0/+3
| | | | Signed-off-by: Karel Zak <kzak@redhat.com>
* tests: cleanup ts/cramfs/mkfs-endiannessKarel Zak2009-02-181-0/+4
| | | | Signed-off-by: Karel Zak <kzak@redhat.com>
* tests: cleanup ts/cramfs/fsck-endiannessKarel Zak2009-02-181-0/+8
| | | | Signed-off-by: Karel Zak <kzak@redhat.com>
* tests: refresh and cleanup cramfs/mkfsroot2009-02-111-2555/+2555
| | | | Signed-off-by: root <root@nb.net.home>
* tests: create expected/$(component)/$(testname)Karel Zak2009-02-111-0/+4125
Signed-off-by: Karel Zak <kzak@redhat.com>