]> git.ipfire.org Git - thirdparty/e2fsprogs.git/commit - tests/t_mmp_1on/script
tests: fix mmp tests on hard 4k devices
authorEric Sandeen <sandeen@redhat.com>
Sat, 12 Nov 2011 02:11:43 +0000 (21:11 -0500)
committerTheodore Ts'o <tytso@mit.edu>
Sat, 12 Nov 2011 02:11:43 +0000 (21:11 -0500)
commit6d26887991cf3bb3d21c6b9b0035576527c4a27e
treeb607696f7b43f58f33d80b462c8cc4ea5d17aa4d
parentdf7a86d404e293465b8e5f39859c0916e84ba35a
tests: fix mmp tests on hard 4k devices

Several of the mmp tests were failing on an s390 guest because
direct IO cannot be done on sub-sector sizes, and they were
doing 1k IOs to files on a 4k logical/physical device.

A few tests could just be changed to 4k, but others
needed fixed up output as well.

With this I have all tests passing on s390 again.

Signed-off-by: Eric Sandeen <sandeen@redhat.com>
Signed-off-by: "Theodore Ts'o" <tytso@mit.edu>
tests/f_mmp/script
tests/f_mmp_garbage/expect.1
tests/f_mmp_garbage/expect.2
tests/f_mmp_garbage/script
tests/m_mmp/expect.1
tests/m_mmp/script
tests/t_mmp_1on/script
tests/t_mmp_2off/script