]> git.apps.os.sepia.ceph.com Git - xfstests-dev.git/commitdiff
xfs/014: fix typo in xfs_quota command
authorOmar Sandoval <osandov@fb.com>
Fri, 3 Feb 2017 23:32:03 +0000 (15:32 -0800)
committerEryu Guan <eguan@redhat.com>
Sat, 4 Feb 2017 06:16:43 +0000 (14:16 +0800)
This meant to say "$qa_group", not "$qa_grup".

Signed-off-by: Omar Sandoval <osandov@fb.com>
Reviewed-by: Eryu Guan <eguan@redhat.com>
Signed-off-by: Eryu Guan <eguan@redhat.com>
tests/xfs/014

index 22ac4a816bba9783a5f8a948eecbcc78f5d3e9b5..875ab400ca38bb86372d1c581a7f6b4c0b17c525 100755 (executable)
@@ -145,7 +145,7 @@ _test_edquot()
        blks=`$XFS_QUOTA_PROG -xc "quota -u $qa_user" $dir | \
                tail -n 1 | awk '{ print $2 }'`
        $XFS_QUOTA_PROG -xc "limit -u bhard=${blks}k $qa_user" $dir
-       blks=`$XFS_QUOTA_PROG -xc "quota -g $qa_grup" $dir | \
+       blks=`$XFS_QUOTA_PROG -xc "quota -g $qa_group" $dir | \
                tail -n 1 | awk '{ print $2 }'`
        $XFS_QUOTA_PROG -xc "limit -g bhard=${blks}k $qa_group" $dir