summaryrefslogtreecommitdiffstats
path: root/tests/m_quota/script
blob: 32a12b9537ffd7b4b822d5375cea4d09f1e33545 (plain)
1
2
3
4
5
6
7
8
9
10
11
DESCRIPTION="enable quota feature on mkfs"
FS_SIZE=131072
MKE2FS_OPTS="-O quota,project -I 256"
if [ "$QUOTA" != "y" ]; then
	echo "$test_name: $DESCRIPTION: skipped"
	return 0
fi
DUMPE2FS_IGNORE_80COL=1
export DUMPE2FS_IGNORE_80COL
. $cmd_dir/run_mke2fs
unset DUMPE2FS_IGNORE_80COL