diff mbox

xfs/014: fix typo in xfs_quota command

Message ID f5be7cb3f0d910b97e7ad1bdb5c76d24fdb9df04.1486164662.git.osandov@fb.com (mailing list archive)
State New, archived
Headers show

Commit Message

Omar Sandoval Feb. 3, 2017, 11:32 p.m. UTC
From: Omar Sandoval <osandov@fb.com>

This meant to say "$qa_group", not "$qa_grup".

Signed-off-by: Omar Sandoval <osandov@fb.com>
---
 tests/xfs/014 | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
diff mbox

Patch

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