Whamcloud - gitweb
gen-tarball: handle symlinks correctly in the created the tar file
[tools/e2fsprogs.git] / tests / m_bigjournal / script
1 DESCRIPTION="journal over 4GB in size"
2 FS_SIZE=11000000
3 DUMPE2FS_IGNORE_80COL=1
4 export DUMPE2FS_IGNORE_80COL
5 MKE2FS_OPTS="-t ext4 -G 512 -N 1280 -J size=5000 -q -E lazy_journal_init,lazy_itable_init,nodiscard"
6 if [ $(uname -s) = "Darwin" ]; then
7         # creates a 44GB filesystem
8         echo "$test_name: $DESCRIPTION: skipped for HFS+ (no sparse files)"
9         return 0
10 fi
11 . $cmd_dir/run_mke2fs
12 unset DUMPE2FS_IGNORE_80COL