From: Theodore Ts'o Date: Mon, 15 Mar 2010 03:40:55 +0000 (-0400) Subject: tests: Add new test f_rehash_dir X-Git-Tag: v1.41.11~3 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=ec65fa57a6ffd6feecf28a5d798e26852aba4d93;p=thirdparty%2Fe2fsprogs.git tests: Add new test f_rehash_dir Add a new test which tests to make sure e2fsck -D works correctly. Signed-off-by: "Theodore Ts'o" --- diff --git a/tests/f_rehash_dir/expect.1 b/tests/f_rehash_dir/expect.1 new file mode 100644 index 000000000..60767651d --- /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 000000000..3c78fe578 --- /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 000000000..4e36dce04 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 000000000..f4dcb7426 --- /dev/null +++ b/tests/f_rehash_dir/script @@ -0,0 +1,3 @@ +FSCK_OPT=-yfD + +. $cmd_dir/run_e2fsck