summaryrefslogtreecommitdiff
path: root/tests/m_quota/script
blob: 36ab6306daf6fd58ea3dc42f6ffc01bda39900d1 (plain)
1
2
3
4
5
6
7
8
DESCRIPTION="enable quota feature on mkfs"
FS_SIZE=131072
MKE2FS_OPTS="-O quota"
if [ "$QUOTA" != "y" ]; then
	echo "$test_name: $DESCRIPTION: skipped"
	return 0
fi
. $cmd_dir/run_mke2fs