This test doesn't require resize2fs or debugfs, so remove those
checks.
Signed-off-by: Theodore Ts'o <tytso@mit.edu>
-tune2fs test
+mke2fs -F -T ext4h -I 128 test.img 786432
Creating filesystem with 786432 1k blocks and 98304 inodes
Superblock backups stored on blocks:
8193, 24577, 40961, 57345, 73729, 204801, 221185, 401409, 663553
-if test -x $RESIZE2FS_EXE -a -x $DEBUGFS_EXE; then
-
FSCK_OPT=-fn
OUT=$test_name.log
EXP=$test_dir/expect
}
ENDL
-echo "tune2fs test" > $OUT
-
+echo "mke2fs -F -T ext4h -I 128 test.img 786432" > $OUT
MKE2FS_CONFIG=$CONF $MKE2FS -F -T ext4h -I 128 $TMPFILE 786432 >> $OUT 2>&1
rm -rf $CONF
fi
unset IMAGE FSCK_OPT OUT EXP CONF
-
-else #if test -x $RESIZE2FS_EXE -a -x $DEBUGFS_EXE; then
- echo "$test_name: $test_description: skipped"
-fi
-