mirror of
https://github.com/linux-apfs/apfstests.git
synced 2026-05-01 15:01:44 -07:00
xfs/014: fix typo in xfs_quota command
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>
This commit is contained in:
+1
-1
@@ -145,7 +145,7 @@ _test_edquot()
|
|||||||
blks=`$XFS_QUOTA_PROG -xc "quota -u $qa_user" $dir | \
|
blks=`$XFS_QUOTA_PROG -xc "quota -u $qa_user" $dir | \
|
||||||
tail -n 1 | awk '{ print $2 }'`
|
tail -n 1 | awk '{ print $2 }'`
|
||||||
$XFS_QUOTA_PROG -xc "limit -u bhard=${blks}k $qa_user" $dir
|
$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 }'`
|
tail -n 1 | awk '{ print $2 }'`
|
||||||
$XFS_QUOTA_PROG -xc "limit -g bhard=${blks}k $qa_group" $dir
|
$XFS_QUOTA_PROG -xc "limit -g bhard=${blks}k $qa_group" $dir
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user