e2fsprogs/tests/m_quota/script

9 lines
187 B
Plaintext

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