diff --git a/tests/f_rehash_dir/expect.1 b/tests/f_rehash_dir/expect.1 new file mode 100644 index 00000000..60767651 --- /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 1 diff --git a/tests/f_rehash_dir/expect.2 b/tests/f_rehash_dir/expect.2 new file mode 100644 index 00000000..3c78fe57 --- /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 new file mode 100644 index 00000000..4e36dce0 Binary files /dev/null and b/tests/f_rehash_dir/image.gz differ diff --git a/tests/f_rehash_dir/script b/tests/f_rehash_dir/script new file mode 100644 index 00000000..f4dcb742 --- /dev/null +++ b/tests/f_rehash_dir/script @@ -0,0 +1,3 @@ +FSCK_OPT=-yfD + +. $cmd_dir/run_e2fsck