All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] xfs/014: fix typo in xfs_quota command
@ 2017-02-03 23:32 Omar Sandoval
  0 siblings, 0 replies; only message in thread
From: Omar Sandoval @ 2017-02-03 23:32 UTC (permalink / raw)
  To: fstests; +Cc: kernel-team

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 --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


^ permalink raw reply related	[flat|nested] only message in thread

only message in thread, other threads:[~2017-02-03 23:32 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2017-02-03 23:32 [PATCH] xfs/014: fix typo in xfs_quota command Omar Sandoval

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.