Home | History | Annotate | Download | only in f_quota
      1 AFTER_CMD='$DEBUGFS -f $test_dir/debugfs-cmds $TMPFILE 2>&1 | sed -f $cmd_dir/filter.sed > $test_name.0.log'
      2 PASS_ZERO=true
      3 
      4 $TUNE2FS -h 2>&1 | grep -q quota_options
      5 if [ $? != 0 ] ; then
      6         rm -f $TMPFILE
      7         echo "$test_name: $test_description: skipped (quota not enabled)"
      8         return 0
      9 fi
     10 
     11 . $cmd_dir/run_e2fsck
     12