~daniel-mehrmann/e2fsprogs/master

« back to all changes in this revision

Viewing changes to tests/f_quota/script

  • Committer: Package Import Robot
  • Author(s): Michael Vogt
  • Date: 2014-10-27 09:44:27 UTC
  • mfrom: (8.4.29 sid)
  • Revision ID: package-import@ubuntu.com-20141027094427-g56dce6sg7pasdgm
Tags: 1.42.12-1ubuntu1
* Merge from Debian unstable.  Remaining changes:
  - debian/rules:
      Block pkg-create-dbgsym from operating on this package.
      Build without dietlibc-dev, which is in universe 
      Use the autotools-dev dh addon to update config.guess/config.sub for new
      ports.
  - debian/control:
      Regenerate with ./debian/rules debian/control

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
AFTER_CMD='$DEBUGFS -f $test_dir/debugfs-cmds $TMPFILE 2>&1 | sed -f $cmd_dir/filter.sed > $test_name.0.log'
2
2
PASS_ZERO=true
3
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
 
4
11
. $cmd_dir/run_e2fsck