]> git.ipfire.org Git - thirdparty/e2fsprogs.git/commit
tests: explicitly force resize2fs's use of lazy (or not)
authorTheodore Ts'o <tytso@mit.edu>
Tue, 26 Jun 2018 13:59:19 +0000 (09:59 -0400)
committerTheodore Ts'o <tytso@mit.edu>
Tue, 26 Jun 2018 13:59:19 +0000 (09:59 -0400)
commit74430052bc5b3fffff3330f054849ca829fe24dc
treeb2154fee03209bd09da190c3549305d5b5b77a5c
parent47e61052643ae91847d72e074a706a6ec55411cc
tests: explicitly force resize2fs's use of lazy (or not)

Resize2fs will not enable lazy_itable if the kernel apparently does
not support that feature.  This will cause spurious test failures when
the tests are running on such a system (or where sysfs is not
mounted).

So for the purposes of the regression test we need to force the use of
lazy_itable so that the results conform to expected golden output.

Signed-off-by: Theodore Ts'o <tytso@mit.edu>
resize/resize2fs.c
tests/r_fixup_lastbg_big/script
tests/r_move_itable_realloc/expect
tests/r_move_itable_realloc/script
tests/test_config