diff options
author | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-04-19 09:25:10 +0000 |
---|---|---|
committer | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-04-19 09:25:10 +0000 |
commit | 5dced3d1b3deca80e01415a2e35dc7972dcbfae7 (patch) | |
tree | 6a403684e0978f0287d7f0ec0e5aab1fd31a59e1 /tests/f_rehash_dir | |
parent | Initial commit. (diff) | |
download | e2fsprogs-5dced3d1b3deca80e01415a2e35dc7972dcbfae7.tar.xz e2fsprogs-5dced3d1b3deca80e01415a2e35dc7972dcbfae7.zip |
Adding upstream version 1.47.0.upstream/1.47.0
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to 'tests/f_rehash_dir')
-rw-r--r-- | tests/f_rehash_dir/expect.1 | 10 | ||||
-rw-r--r-- | tests/f_rehash_dir/expect.2 | 7 | ||||
-rw-r--r-- | tests/f_rehash_dir/image.gz | bin | 0 -> 3126 bytes | |||
-rw-r--r-- | tests/f_rehash_dir/name | 1 | ||||
-rw-r--r-- | tests/f_rehash_dir/script | 3 |
5 files changed, 21 insertions, 0 deletions
diff --git a/tests/f_rehash_dir/expect.1 b/tests/f_rehash_dir/expect.1 new file mode 100644 index 0000000..c1449ba --- /dev/null +++ b/tests/f_rehash_dir/expect.1 @@ -0,0 +1,10 @@ +Pass 1: Checking inodes, blocks, and sizes +Pass 2: Checking directory structure +Pass 3: Checking directory connectivity +Pass 3A: Optimizing directories +Pass 4: Checking reference counts +Pass 5: Checking group summary information + +test_filesys: ***** FILE SYSTEM WAS MODIFIED ***** +test_filesys: 105/2048 files (2.9% non-contiguous), 336/512 blocks +Exit status is 0 diff --git a/tests/f_rehash_dir/expect.2 b/tests/f_rehash_dir/expect.2 new file mode 100644 index 0000000..3c78fe5 --- /dev/null +++ b/tests/f_rehash_dir/expect.2 @@ -0,0 +1,7 @@ +Pass 1: Checking inodes, blocks, and sizes +Pass 2: Checking directory structure +Pass 3: Checking directory connectivity +Pass 4: Checking reference counts +Pass 5: Checking group summary information +test_filesys: 105/2048 files (3.8% non-contiguous), 336/512 blocks +Exit status is 0 diff --git a/tests/f_rehash_dir/image.gz b/tests/f_rehash_dir/image.gz Binary files differnew file mode 100644 index 0000000..4e36dce --- /dev/null +++ b/tests/f_rehash_dir/image.gz diff --git a/tests/f_rehash_dir/name b/tests/f_rehash_dir/name new file mode 100644 index 0000000..a7a869a --- /dev/null +++ b/tests/f_rehash_dir/name @@ -0,0 +1 @@ +optimize htree directories diff --git a/tests/f_rehash_dir/script b/tests/f_rehash_dir/script new file mode 100644 index 0000000..f4dcb74 --- /dev/null +++ b/tests/f_rehash_dir/script @@ -0,0 +1,3 @@ +FSCK_OPT=-yfD + +. $cmd_dir/run_e2fsck |