]> git.ipfire.org Git - thirdparty/e2fsprogs.git/commit
tests: explicitly specify 1k block sizes when creating test file systems
authorTheodore Ts'o <tytso@mit.edu>
Sat, 24 Mar 2018 15:39:09 +0000 (11:39 -0400)
committerTheodore Ts'o <tytso@mit.edu>
Sat, 24 Mar 2018 15:39:09 +0000 (11:39 -0400)
commit07d5857e53909257c45f78bf68a08f8fe7f6c250
tree86ecbc8734aae4cd7764ea99463a27cb3194ceb5
parent63ae5ee05485314e3851ca7f9964e2620e2973fa
tests: explicitly specify 1k block sizes when creating test file systems

On the Hurd, mke2fs will force the use of 4k block sizes by default
because the Hurd's implemntation of ext2 doesn't support any other
block sizes.  This causes spurious test failures.  Since these test
are testing e2fsprogs functionality, force the use of 1k block sizes
so the test output matches the expected output.

Signed-off-by: Theodore Ts'o <tytso@mit.edu>
tests/d_loaddump/script
tests/d_special_files/script
tests/d_xattr_edits/script
tests/d_xattr_sorting/script
tests/f_detect_xfs/script