From caae8cb393ffb2d72bbe884f001abda55f9c6d4e Mon Sep 17 00:00:00 2001 From: Omar Sandoval Date: Fri, 3 Feb 2017 15:32:03 -0800 Subject: [PATCH] xfs/014: fix typo in xfs_quota command This meant to say "$qa_group", not "$qa_grup". Signed-off-by: Omar Sandoval Reviewed-by: Eryu Guan Signed-off-by: Eryu Guan --- tests/xfs/014 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/xfs/014 b/tests/xfs/014 index 22ac4a81..875ab400 100755 --- a/tests/xfs/014 +++ b/tests/xfs/014 @@ -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 -- 2.39.5