1 test_description="ext4 with bigalloc"
2 if ! test -x $RESIZE2FS_EXE -o ! -x $DEBUGFS_EXE; then
3 echo "$test_name: $test_description: skipped (no debugfs/resize2fs)"
7 FEATURES="-t ext4 -O bigalloc"
11 E2FSCK=../e2fsck/e2fsck
15 if [ "$os" = "Darwin" -o "$os" = "GNU" -o "FreeBSD" ]; then
16 # creates a 2TB filesystem
17 echo "$test_name: $test_description: skipped for $os"
21 . $cmd_dir/scripts/resize_test
25 if [ $RC -eq 0 ]; then
26 echo "$test_name: $test_description: ok"
28 elif [ $RC -eq 111 ]; then
29 echo "$test_name: $test_description: skipped (no large sparse files)"
32 echo "$test_name: $test_description: failed"
33 ln $LOG $test_name.failed
36 unset FEATURES SIZE_1 SIZE_2 LOG E2FSCK