From: Ruediger Meier <ruediger.meier@xxxxxxxxxxx> Motivation for this patch-set was to fix the minix tests for big endian systems. Of course this discovered some issues in the test suite and in our minix progs. This is github pull request #294 https://github.com/karelzak/util-linux/pull/294 Ruediger Meier (7): tests: scsi_debug sleep tests: minix, use hexdump instead of md5sum tests: minix, some corrections and cleanup fsck.minix: fix v3 version offset mkfs.minix: fix v2/v3 .badblocks inode number for big endian tests: fix minix tests for big endian tests: minix, add a useful non-root check disk-utils/fsck.minix.c | 5 +- disk-utils/mkfs.minix.c | 5 +- tests/expected/minix/fsck | 366 ++++++++++++++++++++++- tests/expected/minix/fsck-images-auto-fix | 30 +- tests/expected/minix/fsck-images-badblocks | 35 +++ tests/expected/minix/fsck-images-badblocks.BE | 35 +++ tests/expected/minix/fsck-images-broken-root | 2 +- tests/expected/minix/fsck-images-bug.773892 | 2 +- tests/expected/minix/fsck-images-check-blocks | 22 +- tests/expected/minix/fsck-images-check-blocks.BE | 29 ++ tests/expected/minix/fsck-images-v1c14 | 21 +- tests/expected/minix/fsck-images-v1c14.BE | 28 ++ tests/expected/minix/fsck-images-v1c30 | 22 +- tests/expected/minix/fsck-images-v1c30.BE | 29 ++ tests/expected/minix/fsck-images-v2c14 | 22 +- tests/expected/minix/fsck-images-v2c14.BE | 29 ++ tests/expected/minix/fsck-images-v2c30 | 23 +- tests/expected/minix/fsck-images-v2c30.BE | 30 ++ tests/expected/minix/fsck-images-v3c60 | 24 +- tests/expected/minix/fsck-images-v3c60.BE | 31 ++ tests/functions.sh | 1 + tests/ts/minix/fsck | 45 ++- tests/ts/minix/fsck-images | 44 ++- tests/ts/minix/mkfs | 2 +- 24 files changed, 837 insertions(+), 45 deletions(-) create mode 100644 tests/expected/minix/fsck-images-badblocks create mode 100644 tests/expected/minix/fsck-images-badblocks.BE create mode 100644 tests/expected/minix/fsck-images-check-blocks.BE create mode 100644 tests/expected/minix/fsck-images-v1c14.BE create mode 100644 tests/expected/minix/fsck-images-v1c30.BE create mode 100644 tests/expected/minix/fsck-images-v2c14.BE create mode 100644 tests/expected/minix/fsck-images-v2c30.BE create mode 100644 tests/expected/minix/fsck-images-v3c60.BE -- 1.8.4.5 -- To unsubscribe from this list: send the line "unsubscribe util-linux" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html