Whamcloud - gitweb
36ab6306daf6fd58ea3dc42f6ffc01bda39900d1
[tools/e2fsprogs.git] / tests / m_quota / script
1 DESCRIPTION="enable quota feature on mkfs"
2 FS_SIZE=131072
3 MKE2FS_OPTS="-O quota"
4 if [ "$QUOTA" != "y" ]; then
5         echo "$test_name: $DESCRIPTION: skipped"
6         return 0
7 fi
8 . $cmd_dir/run_mke2fs