]> git.ipfire.org Git - thirdparty/util-linux.git/commit
tests: add fsck.minix checks
authorSami Kerola <kerolasa@iki.fi>
Sun, 2 Aug 2015 18:29:00 +0000 (19:29 +0100)
committerKarel Zak <kzak@redhat.com>
Mon, 3 Aug 2015 09:27:38 +0000 (11:27 +0200)
commit6fb15a2dcf596ba9571a4beedc4cf4c00b6ef6ba
tree22b68f56bd67502845d146c10f3d6b90f2f00e24
parent98f8b800dc6f7c3b221ba1fbedc0afd6e5013451
tests: add fsck.minix checks

The debian bug was fixed in commit 730ae9c89971, and the rest are about
having test coverity for various file name lenghts and minix fs versions.

Signed-off-by: Sami Kerola <kerolasa@iki.fi>
12 files changed:
tests/expected/minix/fsck-images-auto-fix [new file with mode: 0644]
tests/expected/minix/fsck-images-broken-root [new file with mode: 0644]
tests/expected/minix/fsck-images-bug.773892 [new file with mode: 0644]
tests/expected/minix/fsck-images-check-blocks [new file with mode: 0644]
tests/expected/minix/fsck-images-v1c14 [new file with mode: 0644]
tests/expected/minix/fsck-images-v1c30 [new file with mode: 0644]
tests/expected/minix/fsck-images-v2c14 [new file with mode: 0644]
tests/expected/minix/fsck-images-v2c30 [new file with mode: 0644]
tests/expected/minix/fsck-images-v3c60 [new file with mode: 0644]
tests/ts/minix/broken-root [new file with mode: 0644]
tests/ts/minix/debian.bug.773892 [new file with mode: 0644]
tests/ts/minix/fsck-images [new file with mode: 0755]