From 464df1d5e5ab1322e2dd0a7796939fff1aeefa9a Mon Sep 17 00:00:00 2001 From: Daniel Baumann Date: Sun, 7 Apr 2024 17:49:25 +0200 Subject: Adding upstream version 1.47.0. Signed-off-by: Daniel Baumann --- tests/r_corrupt_fs/expect | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 tests/r_corrupt_fs/expect (limited to 'tests/r_corrupt_fs/expect') diff --git a/tests/r_corrupt_fs/expect b/tests/r_corrupt_fs/expect new file mode 100644 index 0000000..fe0f2bc --- /dev/null +++ b/tests/r_corrupt_fs/expect @@ -0,0 +1,4 @@ +mke2fs -q -F -t ext4 -o Linux -b 1024 test.img 32M +debugfs -w -R "set_bg 1 free_blocks_count 65536" /tmp/foo.img +resize2fs -P /tmp/foo.img +Estimated minimum size of the filesystem: 6604 -- cgit v1.2.3