]> git.ipfire.org Git - thirdparty/e2fsprogs.git/commit
tests: generate test_data.tmp file from a script
authorTheodore Ts'o <tytso@mit.edu>
Thu, 3 Jan 2019 19:10:32 +0000 (14:10 -0500)
committerTheodore Ts'o <tytso@mit.edu>
Thu, 3 Jan 2019 19:10:32 +0000 (14:10 -0500)
commit877580939902798c959df0042a1843a3970a49c2
treeada0c9c436026abe3020d4880618e73e7959306e
parent112b38676bb47c1a6723eb01be7794ed564432a4
tests: generate test_data.tmp file from a script

Even if the debugfs executable is not sparse, it might contain a 1k
aligned block which is all zeros, which when written into a 1k block
file system by a test like d_loaddump will result in a sparse file and
causing one or more test failures.

Google-Bug-Id: 122085761
Signed-off-by: Theodore Ts'o <tytso@mit.edu>
tests/Makefile.in
tests/scripts/gen-test-data [new file with mode: 0755]
tests/test_config