aboutsummaryrefslogtreecommitdiffstats
path: root/tests/r_1024_small_bg
diff options
context:
space:
mode:
authorJP Abgrall <jpa@google.com>2014-03-19 19:08:39 -0700
committerJP Abgrall <jpa@google.com>2014-03-19 19:08:39 -0700
commite0ed7404719a9ddd2ba427a80db5365c8bad18c0 (patch)
tree115ce4b0113994aa23ea22ae0c3ba7587b2eaeb3 /tests/r_1024_small_bg
parent893d0a0f84a0a9dc7cc37507f974f6a695af465f (diff)
downloadandroid_external_e2fsprogs-e0ed7404719a9ddd2ba427a80db5365c8bad18c0.tar.gz
android_external_e2fsprogs-e0ed7404719a9ddd2ba427a80db5365c8bad18c0.tar.bz2
android_external_e2fsprogs-e0ed7404719a9ddd2ba427a80db5365c8bad18c0.zip
Switch back to 1.42.9 now that there is a fix
Revert "Revert changes that moved from 1.41.14 to 1.42.9" This reverts commit 65f0aab98b20b5994a726ab90d355248bcddfffd.
Diffstat (limited to 'tests/r_1024_small_bg')
-rw-r--r--tests/r_1024_small_bg/script27
1 files changed, 27 insertions, 0 deletions
diff --git a/tests/r_1024_small_bg/script b/tests/r_1024_small_bg/script
new file mode 100644
index 00000000..fafcf914
--- /dev/null
+++ b/tests/r_1024_small_bg/script
@@ -0,0 +1,27 @@
+if test -x $RESIZE2FS_EXE -a -x $DEBUGFS_EXE; then
+
+test_description="ext2 1024 blocksize with small block groups"
+FEATURES="-t ext2 -O ^resize_inode -b 1024 -g 1024"
+SIZE_1=64M
+SIZE_2=2G
+LOG=$test_name.log
+E2FSCK=../e2fsck/e2fsck
+
+
+. $cmd_dir/scripts/resize_test
+
+if resize_test
+then
+ echo "$test_name: $test_description: ok"
+ touch $test_name.ok
+else
+ echo "$test_name: $test_description: failed"
+ touch $test_name.failed
+fi
+
+unset FEATURES SIZE_1 SIZE_2 LOG E2FSCK
+
+else #if test -x $RESIZE2FS_EXE -a -x $DEBUGFS_EXE; then
+ echo "$test_name: $test_description: skipped"
+fi
+