From: Omar Sandoval <osandov@xxxxxx> This meant to say "$qa_group", not "$qa_grup". Signed-off-by: Omar Sandoval <osandov@xxxxxx> --- 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.11.0 -- To unsubscribe from this list: send the line "unsubscribe fstests" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html